Updated player.exhaustion, which fixes #153
This commit is contained in:
@@ -1,31 +1,21 @@
|
|||||||
{
|
{
|
||||||
"$id": "blockception.minecraft.behavior.entities.minecraft.player.exhaustion",
|
"$id": "blockception.minecraft.behavior.entities.minecraft.player.exhaustion",
|
||||||
|
"title": "Player.exhaustion",
|
||||||
|
"description": "Defines the player's need for food.",
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"title": "Player.exhaustion",
|
|
||||||
"description": "UNDOCUMENTED.",
|
|
||||||
"$comment": "UNDOCUMENTED",
|
|
||||||
"required": [],
|
"required": [],
|
||||||
"properties": {
|
"properties": {
|
||||||
"value": {
|
"value": {
|
||||||
"type": "number",
|
"type": "number",
|
||||||
"default": true,
|
|
||||||
"title": "Value",
|
"title": "Value",
|
||||||
"description": "UNDOCUMENTED.",
|
"description": "The maximum player saturation value."
|
||||||
"$comment": "UNDOCUMENTED"
|
|
||||||
},
|
},
|
||||||
"max": {
|
"max": {
|
||||||
"type": "number",
|
"type": "number",
|
||||||
"default": true,
|
|
||||||
"title": "Maximum",
|
"title": "Maximum",
|
||||||
"description": "UNDOCUMENTED.",
|
"description": "The maximum player saturation value."
|
||||||
"$comment": "UNDOCUMENTED"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"examples": [
|
"examples": [{ "value": 10, "max": 20 }]
|
||||||
{
|
|
||||||
"value": true,
|
|
||||||
"max": true
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user