Refactor
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"$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" }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user