Updated components documentation

This commit is contained in:
DaanV2
2021-07-02 13:10:31 +02:00
parent 99513d5f6c
commit 589e1795cc
12 changed files with 20 additions and 165 deletions

View File

@@ -2,9 +2,10 @@
"$id": "blockception.minecraft.behavior.entity1.16.0",
"type": "object",
"title": "Entity Behavior 1.16.0",
"description": "UNDOCUMENTED",
"description": "Entity behavior",
"$comment": "UNDOCUMENTED",
"required": ["format_version", "minecraft:entity"],
"additionalProperties": false,
"properties": {
"format_version": {
"title": "1.16.0 Format Version",
@@ -13,6 +14,5 @@
"description": "A version that tells minecraft what type of data format can be expected when reading this file."
},
"minecraft:entity": { "$ref": "./minecraft.entity.json" }
},
"additionalProperties": false
}
}