* Updating UnDocumented Updating Undocumented and Fix Component errors * Update source/behavior/entities/format/components/is_stackable.json * Update source/behavior/entities/format/components/is_stackable.json --------- Co-authored-by: Daan Verstraten <daanverstraten@hotmail.com>
27 lines
609 B
JSON
27 lines
609 B
JSON
{
|
|
"$id": "blockception.minecraft.behavior.entities.minecraft.player.saturation",
|
|
"additionalProperties": false,
|
|
"type": "object",
|
|
"title": "Player.saturation",
|
|
"description": "Defines the player's need for food.",
|
|
"required": [],
|
|
"properties": {
|
|
"value": {
|
|
"type": "integer",
|
|
"title": "Value",
|
|
"description": "The initial value of player saturation."
|
|
},
|
|
"max": {
|
|
"type": "integer",
|
|
"title": "Maximum",
|
|
"description": "The maximum player saturation value."
|
|
}
|
|
},
|
|
"examples": [
|
|
{
|
|
"value": 5,
|
|
"max": 20
|
|
}
|
|
]
|
|
}
|