diff options
-rw-r--r-- | init.lua | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -733,7 +733,7 @@ minetest.register_node("apartment:apartment_free", { paramtype = "light", paramtype2 = "facedir", light_source = 14, - groups = {cracky=2}, + groups = {cracky=2,not_in_creative_inventory=1}, node_box = { type = "fixed", fixed = { @@ -858,7 +858,7 @@ minetest.register_node("apartment:apartment", { paramtype = "light", paramtype2 = "facedir", light_source = 14, - groups = {cracky=2}, + groups = {cracky=2,not_in_creative_inventory=1}, node_box = { type = "fixed", fixed = { |