Skip to content

Commit

Permalink
Added Creosote
Browse files Browse the repository at this point in the history
  • Loading branch information
Svein Ove Aas authored Aug 28, 2017
1 parent ed437d4 commit ce761d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/mods/eln/fluid/FuelRegistry.kt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ object FuelRegistry {
*/
private val dieselFuels = mapOf(
"biodiesel" to 32560000.0, // Immersive Engineering, density = 0.88 kg/l, heating value = 37 MJ/kg
"heavyoil" to 39100000.0 // Magneticraft, heating value = 39.1 MJ/l
"heavyoil" to 39100000.0, // Magneticraft, heating value = 39.1 MJ/l
"creosote" to 21350000.0 // Railcraft, approx; treating as pyrolysis oil
)
val dieselList = dieselFuels.keys.toTypedArray()

Expand Down

0 comments on commit ce761d0

Please sign in to comment.