Updated comments

This commit is contained in:
DaanV2
2021-07-03 11:45:14 +02:00
parent 0755a30b1e
commit 56d96d8c64
15 changed files with 92 additions and 95 deletions

View File

@@ -2,6 +2,7 @@
"$id": "blockception.minecraft.behavior.entities.1.16.0.minecraft.equipment",
"type": "object",
"title": "Equipment 1.16.0",
"description": "Sets the equipment table to use for the entity.",
"additionalProperties": false,
"required": [],
"properties": {
@@ -12,8 +13,7 @@
"items": {
"additionalProperties": false,
"title": "Slot Drop Chance",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"description": "A slots with the chance to drop an equipped item from that slot.",
"type": "object",
"properties": {
"drop_chance": {
@@ -26,7 +26,10 @@
}
}
},
"table": { "type": "string", "pattern": ".*\\.json$", "description": "UNDOCUMENTED: table", "title": "Table" }
},
"description": "UNDOCUMENTED: "
"table": {
"title": "Table",
"description": "The file path to the equipment table, relative to the behavior pack's root.",
"$ref": "../../../../general/loot_table/identifier.json"
}
}
}