14 lines
517 B
JSON
14 lines
517 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema",
|
|
"$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.player.experience",
|
|
"additionalProperties": false,
|
|
"type": "object",
|
|
"title": "Player.experience 1.8.0",
|
|
"description": "UNDOCUMENTATED",
|
|
"required": [],
|
|
"properties": {
|
|
"value": { "type": "number", "default": true, "title": "Value", "description": "UNDOCUMENTATED" },
|
|
"max": { "type": "number", "default": true, "title": "Maximum", "description": "UNDOCUMENTATED" }
|
|
}
|
|
}
|