RealBadAngel
2013-02-19 671ba32e5aec9e944dd54699555ebf5a6f7714b9
technic/water_mill.lua
File was renamed from technic/technic/water_mill.lua
@@ -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")