From 8aea4b1a1364e0cb6c4bb7b344c5b83455ed4bb5 Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Fri, 11 Jul 2014 09:15:37 -0400 Subject: add conversion routine for cheapie's auto tree taps turns them into nodebreakers with technic taps if auto tree taps are not defined and if technic tree taps are. --- init.lua | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'init.lua') diff --git a/init.lua b/init.lua index 6964abc..acf867e 100644 --- a/init.lua +++ b/init.lua @@ -120,7 +120,11 @@ 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_deployer then dofile(pipeworks.modpath.."/deployer.lua") end -if pipeworks.enable_node_breaker then dofile(pipeworks.modpath.."/node_breaker.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") -- cgit v1.2.3