rename tubes to tube_registration to avoid catch-all usage

This commit is contained in:
Tim 2015-01-29 22:52:13 +01:00
parent 4eff124ec8
commit 61af474116
2 changed files with 1 additions and 1 deletions

View File

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