summaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
authorNovatux <nathanael.courant@laposte.net>2013-01-19 15:37:27 +0100
committerNovatux <nathanael.courant@laposte.net>2013-01-19 15:37:27 +0100
commitb3fcf6734fe9c48c7d719612f29dabd6846dcc19 (patch)
tree17fd46591bc0914a5e3737411b508a417ad22a4c /init.lua
parent4ecb7475703ccfd82caf0612c2d2189b6ad320ce (diff)
downloadpipeworks-b3fcf6734fe9c48c7d719612f29dabd6846dcc19.tar
pipeworks-b3fcf6734fe9c48c7d719612f29dabd6846dcc19.tar.gz
pipeworks-b3fcf6734fe9c48c7d719612f29dabd6846dcc19.tar.bz2
pipeworks-b3fcf6734fe9c48c7d719612f29dabd6846dcc19.tar.xz
pipeworks-b3fcf6734fe9c48c7d719612f29dabd6846dcc19.zip
Added autocrafter.
Fixed a bug where items in mese tubes disappeared whan placing or removing a tube next to it.
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.lua b/init.lua
index 142eb97..5b0187c 100644
--- a/init.lua
+++ b/init.lua
@@ -328,5 +328,5 @@ dofile(minetest.get_modpath("pipeworks").."/crafts.lua")
dofile(minetest.get_modpath("pipeworks").."/flowing_logic.lua")
dofile(minetest.get_modpath("pipeworks").."/compat.lua")
dofile(minetest.get_modpath("pipeworks").."/item_transport.lua")
-
+dofile(minetest.get_modpath("pipeworks").."/autocrafter.lua")
print("Pipeworks loaded!")