From 772c21cb04f647bcd9a75e06162db9db185e499d Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Thu, 14 Aug 2014 21:56:05 -0400 Subject: [PATCH] don't put anchor in creative inv --- technic/machines/other/anchor.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)