diff options
author | RealBadAngel <mk@realbadangel.pl> | 2013-02-13 00:27:19 +0100 |
---|---|---|
committer | RealBadAngel <mk@realbadangel.pl> | 2013-02-13 00:27:19 +0100 |
commit | d037d26bc79dfa0258b4f03f795a3cf010b80076 (patch) | |
tree | 02beabac488e8252552025096ec1537eb3864d0c | |
parent | 60d394e0d466d3455cd35c2325bb7afa52d02dd7 (diff) |
fix to water mill
-rw-r--r-- | technic/water_mill.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/technic/water_mill.lua b/technic/water_mill.lua index 596dcd1..fca52bb 100644 --- a/technic/water_mill.lua +++ b/technic/water_mill.lua @@ -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") |