Files
minecraft-bedrock-json-schemas/source/behavior/entities/1.16.0/components/minecraft.equipment.json

27 lines
948 B
JSON
Raw Normal View History

2020-11-01 17:22:42 +01:00
{
2021-04-04 13:52:35 +02:00
"$id": "blockception.minecraft.behavior.entities.1.16.0.minecraft.equipment",
2020-11-01 17:22:42 +01:00
"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",
2021-03-21 15:18:38 +01:00
"title": "Slot Drop Chance",
2020-11-01 17:22:42 +01:00
"items": {
"additionalProperties": false,
2021-03-21 15:18:38 +01:00
"title": "Slot Drop Chance",
2020-11-01 17:22:42 +01:00
"description": "UNDOCUMENTATED",
"type": "object",
"properties": {
2021-03-21 15:18:38 +01:00
"drop_chance": { "type": "number", "title": "Drop Chance", "description": "UNDOCUMENTATED" },
"slot": { "type": "string", "title": "Slot", "description": "UNDOCUMENTATED" }
2020-11-01 17:22:42 +01:00
}
}
},
2021-03-21 15:18:38 +01:00
"table": { "type": "string", "pattern": ".*\\.json$", "description": "TODO description: table", "title": "Table" }
2020-11-01 17:22:42 +01:00
},
"description": "TODO description: "
}