Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines the player's need for food.
Player Saturation Properties
| Name | Default Value | Type | Description | Example Values |
|---|---|---|---|---|
| max | not set | Integer number | The maximum player saturation value. | Player: 20 |
| value | not set | Integer number | The initial value of player saturation. | Player: 5 |
Samples
Player
"minecraft:player.saturation": {
"max": 20,
"value": 5
}