Updated comments
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user