编辑

通过


Entity Documentation - minecraft:horse.jump_strength

Determines the jump height for a horse or similar entity, like a donkey.

Horse Jump Strength Properties

Name Default Value Type Description Example Values
value not set Value item Value of jump strength the entity has when spawned. Skeleton Horse: {"range_min":0.4,"range_max":1}
value (Alternate 1) not set Decimal number

Value

Describes the range of jump strength.

Value Properties

Name Default Value Type Description Example Values
range_max not set Decimal number Defines the maximum strength level.
range_min not set Decimal number Defines the minimum strength level.

Samples

Skeleton Horse

"minecraft:horse.jump_strength": {
  "value": {
    "range_min": 0.4,
    "range_max": 1
  }
}