From 932912c004bbc7853d1ff41c2bcd0a4c74bb83d7 Mon Sep 17 00:00:00 2001 From: Treer Date: Sun, 12 Apr 2020 17:41:55 +1000 Subject: [PATCH] (minor) part of last commit --- cloudlands.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudlands.lua b/cloudlands.lua index fb3a5c3..d6b0b61 100644 --- a/cloudlands.lua +++ b/cloudlands.lua @@ -2000,7 +2000,7 @@ if frameTexture ~= nil and nodeName_displayPane ~= "ignore" and minetest.registe { tiles = { eggTextureName .. "^" .. frameTexture }, description = S("Fossil Display"), - groups = {oddly_breakable_by_hand = 3},--, not_in_creative_inventory = 1}, + groups = {oddly_breakable_by_hand = 3, not_in_creative_inventory = 1}, drop = "", sounds = minetest.registered_nodes[nodeName_displayPane].sounds, drawtype = "nodebox",