Fix the other bed node

This commit is contained in:
seventeenthShulker 2023-09-26 12:45:41 +02:00 committed by the-real-herowl
parent 0408f9c3d8
commit 49b2491b70
1 changed files with 1 additions and 1 deletions

View File

@ -210,7 +210,7 @@ function mcl_beds.register_bed(name, def)
stack_max = 1,
groups = {handy=1, bed = 1, dig_by_piston=1, bouncy=66, fall_damage_add_percent=-50, deco_block = 1, flammable=-1},
_mcl_hardness = 0.2,
_mcl_blast_resistance = 1,
_mcl_blast_resistance = 0.2,
sounds = def.sounds or default_sounds,
selection_box = common_box,
collision_box = common_box,