auto: Formatted json files

This commit is contained in:
Blockception Bot
2021-06-06 10:07:19 +00:00
parent 65dc629711
commit 77b8b88cc1
1017 changed files with 36952 additions and 36952 deletions

View File

@@ -1,26 +1,26 @@
{
"$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.inside_block_notifier",
"type": "object",
"title": "Inside Block Notifier 1.8.0",
"additionalProperties": false,
"description": "Verifies whether the entity is inside any of the listed blocks.",
"required": [],
"properties": {
"block_list": {
"title": "Block List",
"description": "List of blocks, with certain block states, that we are monitoring to see if the entity is inside.",
"type": "array",
"items": {
"title": "Block",
"description": "TODO",
"type": "object",
"additionalProperties": false,
"properties": {
"block": { "$ref": "../../../../general/block_definition.json" },
"entered_block_event": { "title": "Entered Block Event", "description": "UNDOCUMENTATED", "$ref": "../types/event.json" },
"exited_block_event": { "title": "Exited Block Event", "description": "UNDOCUMENTATED", "$ref": "../types/event.json" }
}
}
}
}
}
{
"$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.inside_block_notifier",
"type": "object",
"title": "Inside Block Notifier 1.8.0",
"additionalProperties": false,
"description": "Verifies whether the entity is inside any of the listed blocks.",
"required": [],
"properties": {
"block_list": {
"title": "Block List",
"description": "List of blocks, with certain block states, that we are monitoring to see if the entity is inside.",
"type": "array",
"items": {
"title": "Block",
"description": "TODO",
"type": "object",
"additionalProperties": false,
"properties": {
"block": { "$ref": "../../../../general/block_definition.json" },
"entered_block_event": { "title": "Entered Block Event", "description": "UNDOCUMENTATED", "$ref": "../types/event.json" },
"exited_block_event": { "title": "Exited Block Event", "description": "UNDOCUMENTATED", "$ref": "../types/event.json" }
}
}
}
}
}