Flatenned
This commit is contained in:
@@ -1,17 +0,0 @@
|
|||||||
{
|
|
||||||
"$id": "blockception.minecraft.behavior.entity.1.17.0",
|
|
||||||
"type": "object",
|
|
||||||
"title": "Entity Behavior 1.17.0",
|
|
||||||
"description": "The minecraft entity behavior specification",
|
|
||||||
"required": ["format_version", "minecraft:entity"],
|
|
||||||
"additionalProperties": false,
|
|
||||||
"properties": {
|
|
||||||
"format_version": {
|
|
||||||
"title": "1.17.0 Format Version",
|
|
||||||
"description": "A version that tells minecraft what type of data format can be expected when reading this file.",
|
|
||||||
"type": "string",
|
|
||||||
"const": "1.17.0"
|
|
||||||
},
|
|
||||||
"minecraft:entity": { "$ref": "./minecraft.entity.json" }
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -16,9 +16,10 @@
|
|||||||
"description": "Sets the mapping of internal animation / animation controllers references to actual animations. This is a JSON Object of name/animation pairs",
|
"description": "Sets the mapping of internal animation / animation controllers references to actual animations. This is a JSON Object of name/animation pairs",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"additionalProperties": {
|
"additionalProperties": {
|
||||||
"title": "Animation (controller)",
|
"title": "Animation / Controller",
|
||||||
"description": "The name of the animation controller / animation",
|
"description": "The name of the animation controller / animation",
|
||||||
"type": "string"
|
"type": "string",
|
||||||
|
"examples": ["animation.", "controller."]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"identifier": {
|
"identifier": {
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
{
|
{
|
||||||
"$id": "blockception.minecraft.behavior.entities",
|
"$id": "blockception.minecraft.behavior.entities",
|
||||||
"required": ["format_version"],
|
|
||||||
"examples": [
|
"examples": [
|
||||||
{
|
{
|
||||||
"format_version": "1.16.0",
|
"format_version": "1.16.0",
|
||||||
@@ -12,19 +11,13 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"allOf": [
|
"type": "object",
|
||||||
{ "if": { "properties": { "format_version": { "type": "string", "const": "1.8.0" } } }, "then": { "$ref": "./1.8.0/entities.json" } },
|
"title": "Entity Behavior 1.17.0",
|
||||||
{ "if": { "properties": { "format_version": { "type": "string", "const": "1.10.0" } } }, "then": { "$ref": "./1.10.0/entities.json" } },
|
"description": "The minecraft entity behavior specification",
|
||||||
{ "if": { "properties": { "format_version": { "type": "string", "const": "1.11.0" } } }, "then": { "$ref": "./1.11.0/entities.json" } },
|
"required": ["format_version", "minecraft:entity"],
|
||||||
{ "if": { "properties": { "format_version": { "type": "string", "const": "1.12.0" } } }, "then": { "$ref": "./1.12.0/entities.json" } },
|
"additionalProperties": false,
|
||||||
{ "if": { "properties": { "format_version": { "type": "string", "const": "1.13.0" } } }, "then": { "$ref": "./1.13.0/entities.json" } },
|
"properties": {
|
||||||
{ "if": { "properties": { "format_version": { "type": "string", "const": "1.14.0" } } }, "then": { "$ref": "./1.14.0/entities.json" } },
|
"format_version": { "$ref": "../../general/format_version.json" },
|
||||||
{ "if": { "properties": { "format_version": { "type": "string", "const": "1.16.0" } } }, "then": { "$ref": "./1.16.0/entities.json" } },
|
"minecraft:entity": { "$ref": "./minecraft.entity.json" }
|
||||||
{ "if": { "properties": { "format_version": { "type": "string", "const": "1.16.100" } } }, "then": { "$ref": "./1.16.100/entities.json" } },
|
}
|
||||||
{ "if": { "properties": { "format_version": { "type": "string", "const": "1.17.0" } } }, "then": { "$ref": "./1.17.0/entities.json" } },
|
|
||||||
{ "if": { "properties": { "format_version": { "type": "string", "const": "1.17.10" } } }, "then": { "$ref": "./1.17.0/entities.json" } },
|
|
||||||
{ "if": { "properties": { "format_version": { "type": "string", "const": "1.17.20" } } }, "then": { "$ref": "./1.17.0/entities.json" } },
|
|
||||||
{ "if": { "properties": { "format_version": { "type": "string", "const": "1.17.30" } } }, "then": { "$ref": "./1.17.0/entities.json" } },
|
|
||||||
{ "properties": { "format_version": { "$ref": "../../general/format_version.json" } } }
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user