Vanessa Ezekowitz
2013-04-20 3645c6f48a75650a6152d0311ddf75a761855298
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")