diff options
author | Novatux <nathanael.courant@laposte.net> | 2013-01-19 15:37:27 +0100 |
---|---|---|
committer | Novatux <nathanael.courant@laposte.net> | 2013-01-19 15:37:27 +0100 |
commit | b3fcf6734fe9c48c7d719612f29dabd6846dcc19 (patch) | |
tree | 17fd46591bc0914a5e3737411b508a417ad22a4c /init.lua | |
parent | 4ecb7475703ccfd82caf0612c2d2189b6ad320ce (diff) |
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.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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!") |