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.16.0.minecraft.equipment",
"type": "object",
"title": "Equipment 1.16.0",
"additionalProperties": false,
"required": [],
"properties": {
"slot_drop_chance": {
"type": "array",
"description": "A list of slots with the chance to drop an equipped item from that slot",
"title": "Slot Drop Chance",
"items": {
"additionalProperties": false,
"title": "Slot Drop Chance",
"description": "UNDOCUMENTATED",
"type": "object",
"properties": {
"drop_chance": { "type": "number", "title": "Drop Chance", "description": "UNDOCUMENTATED" },
"slot": { "type": "string", "title": "Slot", "description": "UNDOCUMENTATED" }
}
}
},
"table": { "type": "string", "pattern": ".*\\.json$", "description": "TODO description: table", "title": "Table" }
},
"description": "TODO description: "
}
{
"$id": "blockception.minecraft.behavior.entities.1.16.0.minecraft.equipment",
"type": "object",
"title": "Equipment 1.16.0",
"additionalProperties": false,
"required": [],
"properties": {
"slot_drop_chance": {
"type": "array",
"description": "A list of slots with the chance to drop an equipped item from that slot",
"title": "Slot Drop Chance",
"items": {
"additionalProperties": false,
"title": "Slot Drop Chance",
"description": "UNDOCUMENTATED",
"type": "object",
"properties": {
"drop_chance": { "type": "number", "title": "Drop Chance", "description": "UNDOCUMENTATED" },
"slot": { "type": "string", "title": "Slot", "description": "UNDOCUMENTATED" }
}
}
},
"table": { "type": "string", "pattern": ".*\\.json$", "description": "TODO description: table", "title": "Table" }
},
"description": "TODO description: "
}