RealBadAngel
2013-04-15 cdb368913b471ef2d8a3c8dc681f848548803e13
technic/water_mill.lua
@@ -4,7 +4,7 @@
   output = 'technic:water_mill',
   recipe = {
      {'default:stone', 'default:stone', 'default:stone'},
      {'default:wood', 'technic:diamond', 'default:wood'},
      {'default:wood', 'default:diamond', 'default:wood'},
      {'default:stone', 'moreores:copper_ingot', 'default:stone'},
   }
})
@@ -125,4 +125,7 @@
local node=minetest.env:get_node(pos)
if node.name=="default:water_flowing"  then return 1 end
return 0
end
end
register_LV_machine ("technic:water_mill","PR")
register_LV_machine ("technic:water_mill_active","PR")