summaryrefslogtreecommitdiff
path: root/autoplace.lua
diff options
context:
space:
mode:
authorNovatux <nathanael.courant@laposte.net>2013-01-20 07:57:58 +0100
committerNovatux <nathanael.courant@laposte.net>2013-01-20 07:57:58 +0100
commit47597910344754199f1400d57262ebaf1e705411 (patch)
treed8ef1771360846029d81c47b716104a920ef6bf1 /autoplace.lua
parent5edb7a61a3b7e9ab19146b6e76592b86bb79f5f2 (diff)
downloadpipeworks-47597910344754199f1400d57262ebaf1e705411.tar
pipeworks-47597910344754199f1400d57262ebaf1e705411.tar.gz
pipeworks-47597910344754199f1400d57262ebaf1e705411.tar.bz2
pipeworks-47597910344754199f1400d57262ebaf1e705411.tar.xz
pipeworks-47597910344754199f1400d57262ebaf1e705411.zip
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.lua2
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