From 8932edd126a283bb7d4bd8f04de5774af3867063 Mon Sep 17 00:00:00 2001 From: h-v-smacker Date: Mon, 2 Apr 2018 00:17:55 +0300 Subject: straight-only tube --- extranodes/init.lua | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'extranodes/init.lua') diff --git a/extranodes/init.lua b/extranodes/init.lua index ccecbaa..9a54687 100644 --- a/extranodes/init.lua +++ b/extranodes/init.lua @@ -3,6 +3,10 @@ -- Boilerplate to support localized strings if intllib mod is installed. local S = rawget(_G, "intllib") and intllib.Getter() or function(s) return s end +-- some extras to the extras +local path = string.gsub(technic.modpath, "technic/technic", "technic/extranodes") +dofile(path.."/straight_tube.lua") + if minetest.get_modpath("moreblocks") then -- register stairsplus/circular_saw nodes @@ -257,6 +261,7 @@ minetest.register_node(":technic:trampoline", { sounds = {footstep = {name = "trampoline_boing", gain = 1.0}} }) + minetest.register_craft({ output = "technic:fall_dampener_50", recipe = { -- cgit v1.2.3