diff options
author | Zefram <zefram@fysh.org> | 2014-07-23 01:47:40 +0100 |
---|---|---|
committer | Vanessa Ezekowitz <vanessaezekowitz@gmail.com> | 2014-07-23 09:50:50 -0400 |
commit | 7cf5e3cfb90f75e2ededf280f6ea58b122e8292b (patch) | |
tree | 5affc7f40f91cbb61d7e29a4bdbefc5f09eb2c09 /init.lua | |
parent | 46d44eebcf9bb148cea505fcb4f25a97efcd6368 (diff) |
Refactor node breaker
Merge node breaker into the generic wielder mechanism. Center the wield
inventory in all wielders' formspecs. Implement full auto-upgrade of
legacy node breakers, occurring upon use or punching of the node breaker.
Make node breaker respect on_dig hooks.
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -122,11 +122,6 @@ if pipeworks.enable_pipe_devices then dofile(pipeworks.modpath.."/devices.lua") if pipeworks.enable_redefines then dofile(pipeworks.modpath.."/compat.lua") end if pipeworks.enable_autocrafter then dofile(pipeworks.modpath.."/autocrafter.lua") end -if pipeworks.enable_node_breaker then - dofile(pipeworks.modpath.."/node_breaker.lua") - dofile(pipeworks.modpath.."/legacy.lua") -end - minetest.register_alias("pipeworks:pipe", "pipeworks:pipe_110000_empty") print("Pipeworks loaded!") |