diff options
author | Tim <t4im@users.noreply.github.com> | 2015-01-29 22:52:13 +0100 |
---|---|---|
committer | Tim <t4im@users.noreply.github.com> | 2015-01-29 22:53:03 +0100 |
commit | 61af474116cf15eec3d78deae3c84eefbcd607a8 (patch) | |
tree | 27ec153751fe73f75657bc96e40df58d9f12f3db /init.lua | |
parent | 4eff124ec8572046a81e5be10eb6e4dacd6e531b (diff) |
rename tubes to tube_registration to avoid catch-all usage
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -115,7 +115,7 @@ dofile(pipeworks.modpath.."/luaentity.lua") dofile(pipeworks.modpath.."/item_transport.lua") dofile(pipeworks.modpath.."/flowing_logic.lua") dofile(pipeworks.modpath.."/crafts.lua") -dofile(pipeworks.modpath.."/tubes.lua") +dofile(pipeworks.modpath.."/tube_registration.lua") dofile(pipeworks.modpath.."/routing_tubes.lua") dofile(pipeworks.modpath.."/sorting_tubes.lua") dofile(pipeworks.modpath.."/vacuum_tubes.lua") |