1
0
mirror of https://github.com/mt-mods/pipeworks.git synced 2025-06-29 14:50:41 +02:00

Add lua controlled tube (#199)

* add lua controlled tube

* make textures and fix some bugs
This commit is contained in:
DS
2017-09-26 05:21:15 +02:00
committed by Vanessa Ezekowitz
parent 05c0a8670b
commit e8e9de04dd
9 changed files with 1049 additions and 2 deletions

View File

@ -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")