2021-06-06 10:07:19 +00:00
|
|
|
{
|
|
|
|
|
"$id": "blockception.minecraft.behavior.entity1.10.0",
|
|
|
|
|
"type": "object",
|
2021-06-08 22:46:16 +02:00
|
|
|
"title": "Entity Behavior 1.10.0",
|
2021-06-16 16:19:12 +02:00
|
|
|
"description": "UNDOCUMENTED",
|
2021-06-06 10:07:19 +00:00
|
|
|
"additionalProperties": false,
|
|
|
|
|
"required": ["format_version", "minecraft:entity"],
|
|
|
|
|
"properties": {
|
|
|
|
|
"format_version": {
|
|
|
|
|
"title": "1.10.0 Format Version",
|
|
|
|
|
"type": "string",
|
|
|
|
|
"const": "1.10.0",
|
|
|
|
|
"description": "A version that tells minecraft what type of data format can be expected when reading this file."
|
|
|
|
|
},
|
2021-06-09 09:40:37 +02:00
|
|
|
"minecraft:entity": { "$ref": "./minecraft.entity.json", "description": "UNDOCUMENTATED: minecraft:entity", "title": "Entity" }
|
2021-06-06 10:07:19 +00:00
|
|
|
}
|
|
|
|
|
}
|