mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-07-19 20:54:58 -04:00
Add missing not_in_creative_inventory group where appropriate
This commit is contained in:
parent
720d4c8e3f
commit
211297ee5f
3 changed files with 7 additions and 7 deletions
|
@ -155,7 +155,8 @@ function beds.register_bed(name, def)
|
|||
paramtype2 = "facedir",
|
||||
is_ground_content = false,
|
||||
pointable = false,
|
||||
groups = {choppy = 2, oddly_breakable_by_hand = 2, flammable = 3, bed = 2},
|
||||
groups = {choppy = 2, oddly_breakable_by_hand = 2, flammable = 3, bed = 2,
|
||||
not_in_creative_inventory = 1},
|
||||
sounds = def.sounds or default.node_sound_wood_defaults(),
|
||||
drop = name .. "_bottom",
|
||||
node_box = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue