summaryrefslogtreecommitdiff
path: root/legacy.lua
diff options
context:
space:
mode:
authorZefram <zefram@fysh.org>2014-07-14 19:42:17 +0100
committerVanessa Ezekowitz <vanessaezekowitz@gmail.com>2014-07-14 14:55:31 -0400
commit571d1d45ee6dd4bb4cb635351d7d9d8099dea0e5 (patch)
treebd474bfd65d82cb3a66b839e8160f04d13d24be0 /legacy.lua
parent2b5aeda9d1ff15a22f2719adebc26fb741514bf4 (diff)
downloadpipeworks-571d1d45ee6dd4bb4cb635351d7d9d8099dea0e5.tar
pipeworks-571d1d45ee6dd4bb4cb635351d7d9d8099dea0e5.tar.gz
pipeworks-571d1d45ee6dd4bb4cb635351d7d9d8099dea0e5.tar.bz2
pipeworks-571d1d45ee6dd4bb4cb635351d7d9d8099dea0e5.tar.xz
pipeworks-571d1d45ee6dd4bb4cb635351d7d9d8099dea0e5.zip
Don't show legacy auto-tree-tap in creative invy
Diffstat (limited to 'legacy.lua')
-rw-r--r--legacy.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/legacy.lua b/legacy.lua
index 662e68d..472eaca 100644
--- a/legacy.lua
+++ b/legacy.lua
@@ -24,7 +24,7 @@ if not minetest.get_modpath("auto_tree_tap") and
"pipeworks_nodebreaker_back.png","pipeworks_nodebreaker_front_off.png"},
is_ground_content = true,
paramtype2 = "facedir",
- groups = {snappy=2,choppy=2,oddly_breakable_by_hand=2, mesecon = 2,tubedevice=1},
+ groups = {snappy=2,choppy=2,oddly_breakable_by_hand=2, mesecon = 2,tubedevice=1, not_in_creative_inventory=1 },
mesecons= {effector={rules=pipeworks.rules_all,action_on=node_breaker_on, action_off=node_breaker_off}},
sounds = default.node_sound_stone_defaults(),
tube = {connect_sides={back=1}},