RealBadAngel
2013-05-30 7d890428f547758ffd907252b2effb1d743c02e4
technic/geothermal.lua
@@ -4,8 +4,8 @@
   output = 'technic:geothermal',
   recipe = {
      {'default:stone', 'default:stone', 'default:stone'},
      {'moreores:copper_ingot', 'technic:diamond', 'moreores:copper_ingot'},
      {'default:stone', 'moreores:copper_ingot', 'default:stone'},
      {'default:copper_ingot', 'default:diamond', 'default:copper_ingot'},
      {'default:stone', 'default:copper_ingot', 'default:stone'},
   }
})
@@ -132,4 +132,7 @@
if node.name=="default:water_source" or node.name=="default:water_flowing"  then return 1 end
if node.name=="default:lava_source" or node.name=="default:lava_flowing"  then return 2 end   
return 0
end
end
register_LV_machine ("technic:geothermal","PR")
register_LV_machine ("technic:geothermal_active","PR")