diff options
author | Novatux <nathanael.courant@laposte.net> | 2013-01-20 07:57:58 +0100 |
---|---|---|
committer | Novatux <nathanael.courant@laposte.net> | 2013-01-20 07:57:58 +0100 |
commit | 47597910344754199f1400d57262ebaf1e705411 (patch) | |
tree | d8ef1771360846029d81c47b716104a920ef6bf1 /autoplace.lua | |
parent | 5edb7a61a3b7e9ab19146b6e76592b86bb79f5f2 (diff) |
Added chests and furnaces autoconnect to tubes.
Fixed a bug where autocrafter could bbe used to clone items.
Removed test code.
Diffstat (limited to 'autoplace.lua')
-rw-r--r-- | autoplace.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autoplace.lua b/autoplace.lua index 84c6fde..dbcc423 100644 --- a/autoplace.lua +++ b/autoplace.lua @@ -54,7 +54,7 @@ end function tube_autoroute(pos) nctr = minetest.env:get_node(pos) - print ("minetest.get_item_group("..nctr.name..',"tubedevice") == '..minetest.get_item_group(nctr.name, "tubedevice")) + --print ("minetest.get_item_group("..nctr.name..',"tubedevice") == '..minetest.get_item_group(nctr.name, "tubedevice")) if (is_tube(nctr.name) == nil) and minetest.get_item_group(nctr.name, "tubedevice") ~= 1 then return end |