auto: Formatted json files

This commit is contained in:
DaanV2
2021-04-11 13:08:43 +02:00
parent 6b2043f398
commit 07df25cdaa
37 changed files with 30202 additions and 40 deletions

View File

@@ -129,7 +129,7 @@
"title": "Transition",
"description": "A transition to another state",
"type": "object",
"examples": [ { "default": "query.is_chested" }],
"examples": [{ "default": "query.is_chested" }],
"additionalProperties": {
"$ref": "../../../molang/1.8.0/string.json"
},
@@ -144,7 +144,7 @@
"title": "Initial State",
"description": "The state to start with, if not specified state at position 0 in the array is used",
"type": "string",
"examples": ["default"]
"examples": ["default"]
}
}
}

View File

@@ -51,10 +51,14 @@
"title": "Animation",
"type": "object",
"description": "A single animation definition for 1.10.0",
"additionalProperties": false,
"additionalProperties": false,
"properties": {
"animation_length": { "type": "number", "description": "The time in seconds this animation will last", "title": "Animation Length" },
"loop": { "type": "boolean", "description": "Whenever this animation should loop once it reaches the end, will only happen if the animation is still active", "title": "Loop" },
"loop": {
"type": "boolean",
"description": "Whenever this animation should loop once it reaches the end, will only happen if the animation is still active",
"title": "Loop"
},
"timeline": {
"title": "Timeline",
"description": "A timeline specification, property names are timestamps",

View File

@@ -23,11 +23,11 @@
"colorhex": { "description": "The colouration of this object", "title": "Colorhex", "format": "color-hex" }
},
"properties": {
"biomes": {
"biomes": {
"type": "object",
"title": "Biomes",
"additionalProperties": false,
"description": "A collection of predefined biomes",
"description": "A collection of predefined biomes",
"properties": {
"bamboo_jungle": { "$ref": "#/definitions/biomespec" },
"bamboo_jungle_hills": { "$ref": "#/definitions/biomespec" },