summaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
authorTim <t4im@users.noreply.github.com>2015-01-29 19:55:00 +0100
committerTim <t4im@users.noreply.github.com>2015-01-29 19:57:23 +0100
commit009b9e9276ce6e09b52df5b798e576f2d7a87c43 (patch)
tree407098fc9597203a6c976976b43a6ec6927271e5 /init.lua
parent1e50644487cf8143690ca3af61d9e0a5f79a8e95 (diff)
downloadpipeworks-009b9e9276ce6e09b52df5b798e576f2d7a87c43.tar
pipeworks-009b9e9276ce6e09b52df5b798e576f2d7a87c43.tar.gz
pipeworks-009b9e9276ce6e09b52df5b798e576f2d7a87c43.tar.bz2
pipeworks-009b9e9276ce6e09b52df5b798e576f2d7a87c43.tar.xz
pipeworks-009b9e9276ce6e09b52df5b798e576f2d7a87c43.zip
split the filter-injector specific code out of the generic item_transport
Diffstat (limited to 'init.lua')
-rwxr-xr-xinit.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.lua b/init.lua
index 200bed3..98b2585 100755
--- a/init.lua
+++ b/init.lua
@@ -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")