Updated
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
"$id": "blockception.minecraft.behavior.entity.1.10.0",
|
||||
"type": "object",
|
||||
"title": "Entity Behavior 1.10.0",
|
||||
"description": "An entity behavior defintion",
|
||||
"description": "The minecraft entity behavior specification",
|
||||
"additionalProperties": false,
|
||||
"required": ["format_version", "minecraft:entity"],
|
||||
"properties": {
|
||||
|
||||
@@ -1,9 +1,8 @@
|
||||
{
|
||||
"$id": "blockception.minecraft.behavior.entity1.10.0",
|
||||
"$id": "blockception.minecraft.behavior.entity.1.10.0",
|
||||
"type": "object",
|
||||
"title": "Entity Behavior 1.11.0",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"description": "The minecraft entity behavior specification",
|
||||
"required": ["format_version", "minecraft:entity"],
|
||||
"properties": {
|
||||
"format_version": {
|
||||
|
||||
@@ -1,9 +1,8 @@
|
||||
{
|
||||
"$id": "blockception.minecraft.behavior.entity1.10.0",
|
||||
"$id": "blockception.minecraft.behavior.entity.1.10.0",
|
||||
"type": "object",
|
||||
"title": "Entity Behavior 1.12.0",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"description": "The minecraft entity behavior specification",
|
||||
"required": ["format_version", "minecraft:entity"],
|
||||
"properties": {
|
||||
"format_version": {
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"$id": "blockception.minecraft.behavior.entity1.13.0",
|
||||
"$id": "blockception.minecraft.behavior.entity.1.13.0",
|
||||
"type": "object",
|
||||
"title": "Entity Behavior 1.13.0",
|
||||
"description": "The entity minecraft behavior definition",
|
||||
"description": "The minecraft entity behavior specification",
|
||||
"required": ["format_version", "minecraft:entity"],
|
||||
"properties": {
|
||||
"format_version": {
|
||||
|
||||
@@ -1,9 +1,8 @@
|
||||
{
|
||||
"$id": "blockception.minecraft.behavior.entity1.14.0",
|
||||
"$id": "blockception.minecraft.behavior.entity.1.14.0",
|
||||
"type": "object",
|
||||
"title": "Entity Behavior 1.14.0",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"description": "The minecraft entity behavior specification",
|
||||
"required": ["format_version", "minecraft:entity"],
|
||||
"properties": {
|
||||
"format_version": {
|
||||
|
||||
@@ -1,9 +1,8 @@
|
||||
{
|
||||
"$id": "blockception.minecraft.behavior.entity1.16.0",
|
||||
"$id": "blockception.minecraft.behavior.entity.1.16.0",
|
||||
"type": "object",
|
||||
"title": "Entity Behavior 1.16.0",
|
||||
"description": "Entity behavior",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"description": "The minecraft entity behavior specification",
|
||||
"required": ["format_version", "minecraft:entity"],
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
|
||||
@@ -1,18 +1,17 @@
|
||||
{
|
||||
"$id": "blockception.minecraft.behavior.entity1.16.100",
|
||||
"$id": "blockception.minecraft.behavior.entity.1.16.100",
|
||||
"type": "object",
|
||||
"title": "Entity Behavior 1.16.100",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"description": "The minecraft entity behavior specification",
|
||||
"required": ["format_version", "minecraft:entity"],
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"format_version": {
|
||||
"title": "1.16.100 Format Version",
|
||||
"description": "A version that tells minecraft what type of data format can be expected when reading this file.",
|
||||
"type": "string",
|
||||
"const": "1.16.100",
|
||||
"description": "A version that tells minecraft what type of data format can be expected when reading this file."
|
||||
"const": "1.16.100"
|
||||
},
|
||||
"minecraft:entity": { "$ref": "./minecraft.entity.json" }
|
||||
},
|
||||
"additionalProperties": false
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
"type": "object",
|
||||
"title": "Events 1.16.100",
|
||||
"description": "Events for entities 1.16.100",
|
||||
"additionalProperties": { "$ref": "#/definitions/event_base" },
|
||||
"definitions": {
|
||||
"addremove": {
|
||||
"additionalProperties": false,
|
||||
@@ -87,6 +88,5 @@
|
||||
"$ref": "#/definitions/event_base",
|
||||
"title": "On Prime"
|
||||
}
|
||||
},
|
||||
"additionalProperties": { "$ref": "#/definitions/event_base" }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"$id": "blockception.minecraft.behavior.entity.1.8.0",
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"title": "Entity Behavior 1.8.0",
|
||||
"description": "The minecraft entity behavior specification",
|
||||
"required": ["format_version", "minecraft:entity"],
|
||||
@@ -12,6 +13,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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user