summaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/init.lua b/init.lua
index 2d4a2e3..dbbfb27 100644
--- a/init.lua
+++ b/init.lua
@@ -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 = {