mirror of
https://github.com/mt-mods/pipeworks.git
synced 2025-06-29 23:00:49 +02: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