Skip to content

Commit

Permalink
(minor) part of last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Treer committed Apr 12, 2020
1 parent 26a7b54 commit 932912c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudlands.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 932912c

Please sign in to comment.