Flattened 1.17.0

This commit is contained in:
DaanV2
2021-10-08 12:55:16 +02:00
parent 8eba7f4531
commit f3e1ffaf2f
7 changed files with 39 additions and 248 deletions

View File

@@ -1,6 +1,6 @@
{
"$id": "blockception.minecraft.behavior.entities.minecraft:entity.1.8.0",
"title": "Entity 1.8.0",
"$id": "blockception.minecraft.behavior.entities.minecraft:entity.1.17.0",
"title": "Entity 1.17.0",
"required": ["description"],
"dependencies": { "component_groups": ["events"] },
"additionalProperties": false,
@@ -78,14 +78,14 @@
"uniqueItems": true,
"type": "object",
"additionalProperties": {
"$ref": "./components.json",
"$ref": "../1.16.0/components.json",
"uniqueItems": true,
"description": "The components that are added as the foundation of the entity",
"title": "Component"
}
},
"components": {
"$ref": "./components.json",
"$ref": "../1.16.0/components.json",
"uniqueItems": true,
"description": "The components that are added as the foundation of the entity",
"title": "Component"