add not in creative inventory group to bed extended since it is made by placing a bed over top of another

This commit is contained in:
unknown 2022-09-02 12:04:03 -04:00
parent 6fa1bbeb1c
commit a598fa3067
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ homedecor.register("bed_extended", {
palette = "unifieddyes_palette_colorwallmounted.png",
selection_box = bed_sbox,
node_box = bed_cbox,
groups = {snappy=3, ud_param2_colorable = 1, dig_generic=2},
groups = {snappy=3, ud_param2_colorable = 1, dig_generic=2, not_in_creative_inventory=1},
_sound_def = {
key = "node_sound_wood_defaults",
},