forked from mtcontrib/pipeworks
Add lua controlled tube (#199)
* add lua controlled tube * make textures and fix some bugs
This commit is contained in:
1
init.lua
1
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")
|
||||
|
||||
|
Reference in New Issue
Block a user