diff options
author | Novatux <nathanael.courant@laposte.net> | 2014-08-14 16:22:03 +0200 |
---|---|---|
committer | Novatux <nathanael.courant@laposte.net> | 2014-08-14 16:22:03 +0200 |
commit | d5480f5ff0ede03df2d212e2236e2da71c1046da (patch) | |
tree | 5f2ae5daecbbb02a966e9b623e4ed205798b5c42 /init.lua | |
parent | a9866aa5d5593b68f279724befa031833b360e44 (diff) |
Major rewrite of items in tubes
Diffstat (limited to 'init.lua')
-rwxr-xr-x[-rw-r--r--] | init.lua | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -106,9 +106,11 @@ end ------------------------------------------- -- Load the various other parts of the mod +dofile(pipeworks.modpath.."/common.lua") dofile(pipeworks.modpath.."/models.lua") dofile(pipeworks.modpath.."/autoplace_pipes.lua") dofile(pipeworks.modpath.."/autoplace_tubes.lua") +dofile(pipeworks.modpath.."/luaentity.lua") dofile(pipeworks.modpath.."/item_transport.lua") dofile(pipeworks.modpath.."/flowing_logic.lua") dofile(pipeworks.modpath.."/crafts.lua") |