1
0
mirror of https://github.com/minetest-mods/technic.git synced 2025-05-02 09:00:29 +02:00

fix to water mill

This commit is contained in:
RealBadAngel 2013-02-13 00:27:19 +01:00
parent 60d394e0d4
commit d037d26bc7

@ -127,5 +127,5 @@ if node.name=="default:water_flowing" then return 1 end
return 0
end
register_LV_machine ("technic:watermill","PR")
register_LV_machine ("technic:watermill_active","PR")
register_LV_machine ("technic:water_mill","PR")
register_LV_machine ("technic:water_mill_active","PR")