🟨 可下落方块
可下落方块会在下方无支撑方块时变为下落的方块
blocks:
default:falling_block_example:
behavior:
type: falling_block
hurt_amount: -1 # 可选
max_hurt: -1 # 可选
sounds: # 可选
land: minecraft:block.anvil.land
destroy: minecraft:block.anvil.destroy

信息
hurt_amount 和 max_hurt 为可选配置项,但必须一起使用。它们的作用是决定下落的方块击中实体时造成的伤害值