diff options
author | DS <vorunbekannt75@web.de> | 2017-09-26 05:21:15 +0200 |
---|---|---|
committer | Vanessa Ezekowitz <vanessaezekowitz@gmail.com> | 2017-09-25 23:21:15 -0400 |
commit | e8e9de04dd27547f527abbac4f87c7dc658a0f44 (patch) | |
tree | 961ae40959154118f5318ed41d16ff6754578e92 /init.lua | |
parent | 05c0a8670baec2a8baacbac1a3aead556d26a822 (diff) |
Add lua controlled tube (#199)
* add lua controlled tube
* make textures and fix some bugs
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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") |