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": {
"value": 5,
"max": 20
}