RealBadAngel
2013-05-09 64207baa4563db90fa80ed23f3b8f41f96f0260d
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")