Skip to content

Commit

Permalink
add not in creative inventory group to bed extended since it is made …
Browse files Browse the repository at this point in the history
…by placing a bed over top of another
  • Loading branch information
wsor4035 committed Sep 2, 2022
1 parent 6fa1bbe commit a598fa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homedecor_bedroom/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
Expand Down

0 comments on commit a598fa3

Please sign in to comment.