Fix the other bed node

This commit is contained in:
seventeenthShulker 2023-09-26 12:45:41 +02:00
parent 98ca66bf09
commit 8f7182f1ea
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,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,