编辑

通过


Entity Documentation - minecraft:variable_max_auto_step

Entities with this component will have a maximum auto step height that is different depending on whether they are on a block that prevents jumping. Incompatible with "runtime_identifier": "minecraft:horse".

Variable Max Auto Step Properties

Name Default Value Type Description Example Values
base_value 0.5625 Decimal number The maximum auto step height when on any other block.
controlled_value 0.5625 Decimal number The maximum auto step height when on any other block and controlled by the player.
jump_prevented_value 0.5625 Decimal number The maximum auto step height when on a block that prevents jumping.

Samples