1
0
mirror of https://github.com/mt-mods/pipeworks.git synced 2025-06-29 23:00:49 +02:00

split the filter-injector specific code out of the generic item_transport

This commit is contained in:
Tim
2015-01-29 19:55:00 +01:00
parent 1e50644487
commit 009b9e9276
3 changed files with 202 additions and 202 deletions

View File

@ -116,6 +116,7 @@ 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.."/filter-injector.lua")
dofile(pipeworks.modpath.."/trashcan.lua")
dofile(pipeworks.modpath.."/wielder.lua")