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

Added autocrafter.

Fixed a bug where items in mese tubes disappeared whan placing or removing a tube next to it.
This commit is contained in:
Novatux
2013-01-19 15:37:27 +01:00
parent 4ecb747570
commit b3fcf6734f
4 changed files with 82 additions and 2 deletions

View File

@ -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!")