summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVanessa Ezekowitz <vanessaezekowitz@gmail.com>2014-08-14 21:56:05 -0400
committerVanessa Ezekowitz <vanessaezekowitz@gmail.com>2014-08-14 21:56:05 -0400
commit772c21cb04f647bcd9a75e06162db9db185e499d (patch)
treedb7679be242b3f29502c8453bb2f02c4ce77c9c0
parentbaf7f6166595218fed50f0f34209ef4deec21d41 (diff)
don't put anchor in creative inv
-rw-r--r--technic/machines/other/anchor.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/technic/machines/other/anchor.lua b/technic/machines/other/anchor.lua
index 8730355..1c15bd2 100644
--- a/technic/machines/other/anchor.lua
+++ b/technic/machines/other/anchor.lua
@@ -69,7 +69,7 @@ minetest.register_node("technic:admin_anchor", {
drawtype = "normal",
tiles = {"technic_admin_anchor.png"},
is_ground_content = true,
- groups = {cracky=3},
+ groups = {cracky=3, not_in_creative_inventory=1},
sounds = default.node_sound_stone_defaults(),
after_place_node = function (pos, placer)
local meta = minetest.get_meta(pos)