Updated
This commit is contained in:
@@ -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" }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user