diff --git a/source/behavior/entities/1.10.0/entities.json b/source/behavior/entities/1.10.0/entities.json index 71353ba7..347fa394 100644 --- a/source/behavior/entities/1.10.0/entities.json +++ b/source/behavior/entities/1.10.0/entities.json @@ -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": { diff --git a/source/behavior/entities/1.11.0/entities.json b/source/behavior/entities/1.11.0/entities.json index 6f7607f1..0faeedbf 100644 --- a/source/behavior/entities/1.11.0/entities.json +++ b/source/behavior/entities/1.11.0/entities.json @@ -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": { diff --git a/source/behavior/entities/1.12.0/entities.json b/source/behavior/entities/1.12.0/entities.json index 6574a71b..172c4aa2 100644 --- a/source/behavior/entities/1.12.0/entities.json +++ b/source/behavior/entities/1.12.0/entities.json @@ -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": { diff --git a/source/behavior/entities/1.13.0/entities.json b/source/behavior/entities/1.13.0/entities.json index 6fa170a9..ad855205 100644 --- a/source/behavior/entities/1.13.0/entities.json +++ b/source/behavior/entities/1.13.0/entities.json @@ -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": { diff --git a/source/behavior/entities/1.14.0/entities.json b/source/behavior/entities/1.14.0/entities.json index 6fba3a77..30fac7f4 100644 --- a/source/behavior/entities/1.14.0/entities.json +++ b/source/behavior/entities/1.14.0/entities.json @@ -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": { diff --git a/source/behavior/entities/1.16.0/entities.json b/source/behavior/entities/1.16.0/entities.json index ed715032..14631216 100644 --- a/source/behavior/entities/1.16.0/entities.json +++ b/source/behavior/entities/1.16.0/entities.json @@ -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": { diff --git a/source/behavior/entities/1.16.100/entities.json b/source/behavior/entities/1.16.100/entities.json index bcbff20f..2e28910e 100644 --- a/source/behavior/entities/1.16.100/entities.json +++ b/source/behavior/entities/1.16.100/entities.json @@ -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 + } } diff --git a/source/behavior/entities/1.16.100/events.json b/source/behavior/entities/1.16.100/events.json index db3d87ca..b2ff9ffc 100644 --- a/source/behavior/entities/1.16.100/events.json +++ b/source/behavior/entities/1.16.100/events.json @@ -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" } + } } diff --git a/source/behavior/entities/1.8.0/entities.json b/source/behavior/entities/1.8.0/entities.json index 8a4b9f8c..31bed9bf 100644 --- a/source/behavior/entities/1.8.0/entities.json +++ b/source/behavior/entities/1.8.0/entities.json @@ -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 + } }