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