diff options
-rw-r--r-- | crafts.lua | 3 | ||||
-rw-r--r-- | depends.txt | 1 |
2 files changed, 2 insertions, 2 deletions
@@ -174,8 +174,7 @@ end -- If the technic mod is present, then don't bother registering the recipes -- for the various tubes, as technic has its own recipes for those. -if io.open(minetest.get_modpath("pipeworks").."/../technic/init.lua", "r") == nil and - io.open(minetest.get_modpath("pipeworks").."/../technic_master/technic/init.lua", "r") == nil then +if not minetest.get_modpath("technic") then minetest.register_craft( { output = "pipeworks:tube 12", diff --git a/depends.txt b/depends.txt index 1b3c797..a7d94a5 100644 --- a/depends.txt +++ b/depends.txt @@ -1,2 +1,3 @@ default mesecons? +technic? |