Implement Geothermal Generator
This commit is contained in:
13
crafts.lua
13
crafts.lua
@@ -74,3 +74,16 @@ if industrialtest.mclAvailable then
|
||||
count=3
|
||||
})
|
||||
end
|
||||
|
||||
-- Geothermal Generator fuels
|
||||
industrialtest.api.registerGeothermalGeneratorFuel({
|
||||
name=industrialtest.elementKeys.lavaSource,
|
||||
calorificValue=industrialtest.api.lvPowerFlow*2,
|
||||
texture="industrialtest_gui_lava.png",
|
||||
storageItems={
|
||||
{
|
||||
name=industrialtest.elementKeys.bucketWithLava,
|
||||
leftover=industrialtest.elementKeys.bucket
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user