Entity Documentation - minecraft:player.saturation

minecraft:player.saturation defines the player's need for food.

Parameters

Name Default Value Type Description
max not set Integer The maximum player saturation value.
value not set Integer The initial value of player saturation.

Example

"minecraft:player.saturation": {
        "value": 5,
         "max": 20
      }

Vanilla entities examples

player

"minecraft:player.saturation": {
        "value": 5,
         "max": 20
      }

Vanilla entities using minecraft:exhaustion_values