跳转至

Exhaustion Values

文档版本:1.21.0.24

Defines how much exhaustion each player action should take.

架构

exhaustion_values:
{
  number "attack" : opt
  number "damage" : opt
  number "heal" : opt
  number "jump" : opt
  number "mine" : opt
  number "sprint" : opt
  number "sprint_jump" : opt
  number "swim" : opt
  number "walk" : opt
}
attacknumber
Amount of exhaustion applied when attacking.
damagenumber
Amount of exhaustion applied when taking damage.
healnumber
Amount of exhaustion applied when healed through food regeneration.
jumpnumber
Amount of exhaustion applied when jumping.
minenumber
Amount of exhaustion applied when mining.
sprintnumber
Amount of exhaustion applied when sprinting.
sprint_jumpnumber
Amount of exhaustion applied when sprint jumping.
swimnumber
Amount of exhaustion applied when swimming.
walknumber
Amount of exhaustion applied when walking.