From e8e9de04dd27547f527abbac4f87c7dc658a0f44 Mon Sep 17 00:00:00 2001 From: DS Date: Tue, 26 Sep 2017 05:21:15 +0200 Subject: Add lua controlled tube (#199) * add lua controlled tube * make textures and fix some bugs --- init.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'init.lua') diff --git a/init.lua b/init.lua index 1a330e5..2e05337 100644 --- a/init.lua +++ b/init.lua @@ -119,6 +119,7 @@ if pipeworks.enable_redefines then dofile(pipeworks.modpath.."/compat-furnaces.lua") end if pipeworks.enable_autocrafter then dofile(pipeworks.modpath.."/autocrafter.lua") end +if pipeworks.enable_lua_tube then dofile(pipeworks.modpath.."/lua_tube.lua") end minetest.register_alias("pipeworks:pipe", "pipeworks:pipe_110000_empty") -- cgit v1.2.3