From 43acec290067f9aca534647d46ba1f13cfeb377a Mon Sep 17 00:00:00 2001
From: TechDudie <73961295+TechDudie@users.noreply.github.com>
Date: Tue, 09 Feb 2021 19:03:55 +0100
Subject: [PATCH] Add Rubber Goo as replacement for the grinder (#578)

---
 technic/machines/other/anchor.lua |    2 +-
 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 @@
 	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)

--
Gitblit v1.8.0