Skip to content

Latest commit

History

History
16 lines (12 loc) · 948 Bytes

File metadata and controls

16 lines (12 loc) · 948 Bytes

FallingBlockData

Properties

NameTypeDescriptionNotes
stateBlockStateThe state of the falling block
can_drop_as_itemboolTrue if the block can drop as an item, false otherwise
can_hurt_entitiesboolTrue if the block can hurt entities, false otherwise
can_place_as_blockboolTrue if this falling block can be placed as a normal block, false otherwise
fall_damage_per_blockfloatThe amount of damage per block this falling block deals
fall_timeintThe amount of time (in ticks) this block has been falling for
max_fall_damagefloatThe maximum amount of damage this block can deal

[Back to Model list][Back to API list][Back to README]