mirror of
https://github.com/mt-mods/pipeworks.git
synced 2025-11-20 08:05:29 +01:00
Split pipe and tube autorouting functions into separate files.
This commit is contained in:
3
init.lua
3
init.lua
@@ -108,7 +108,8 @@ end
|
||||
|
||||
-- Load the various parts of the mod
|
||||
|
||||
dofile(pipeworks.modpath.."/autoplace.lua")
|
||||
dofile(pipeworks.modpath.."/autoplace_pipes.lua")
|
||||
dofile(pipeworks.modpath.."/autoplace_tubes.lua")
|
||||
dofile(pipeworks.modpath.."/item_transport.lua")
|
||||
dofile(pipeworks.modpath.."/flowing_logic.lua")
|
||||
dofile(pipeworks.modpath.."/crafts.lua")
|
||||
|
||||
Reference in New Issue
Block a user