This commit is contained in:
DaanV2
2021-07-02 21:09:45 +02:00
parent 02fada23af
commit ebed464043
9 changed files with 21 additions and 26 deletions

View File

@@ -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
}
}

View File

@@ -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" }
}
}