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

33 lines
1.1 KiB
JSON
Raw Normal View History

2021-06-06 10:07:19 +00:00
{
"$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",
2021-06-16 16:19:12 +02:00
"description": "UNDOCUMENTED",
2021-07-01 11:35:53 +02:00
"$comment": "UNDOCUMENTED",
2021-06-06 10:07:19 +00:00
"type": "object",
"properties": {
2021-07-01 16:35:56 +02:00
"drop_chance": {
"type": "number",
"title": "Drop Chance",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED"
},
2021-07-01 16:37:41 +02:00
"slot": { "type": "string", "title": "Slot", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
2021-06-06 10:07:19 +00:00
}
}
},
2021-07-02 13:05:57 +02:00
"table": { "type": "string", "pattern": ".*\\.json$", "description": "UNDOCUMENTED: table", "title": "Table" }
2021-06-06 10:07:19 +00:00
},
2021-07-02 13:05:57 +02:00
"description": "UNDOCUMENTED: "
2021-06-06 10:07:19 +00:00
}