Replaced undocumented

This commit is contained in:
DaanV2
2021-06-16 16:19:12 +02:00
parent 8a6f695326
commit 9036e74f6e
376 changed files with 1410 additions and 1437 deletions

View File

@@ -11,13 +11,13 @@
"type": "array",
"title": "Dispense On",
"description": "List of block descriptors that contain blocks that this item can be dispensed on. If left empty, all blocks will be allowed.",
"items": { "title": "TODO", "description": "UNDOCUMENTATED" }
"items": { "title": "TODO", "description": "UNDOCUMENTED" }
},
"use_on": {
"type": "array",
"title": "Use On",
"description": "List of block descriptors that contain blocks that this item can be used on. If left empty, all blocks will be allowed.",
"items": { "title": "TODO", "description": "UNDOCUMENTATED" }
"items": { "title": "TODO", "description": "UNDOCUMENTED" }
}
}
}

View File

@@ -8,17 +8,17 @@
"offset_spec": {
"type": "object",
"title": "Offset",
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"additionalProperties": false,
"properties": {
"first_person": {
"title": "First Person",
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"$ref": "#/definitions/mode"
},
"thrid_person": {
"title": "Thrid Person",
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"$ref": "#/definitions/mode"
}
}
@@ -26,7 +26,7 @@
"mode": {
"type": "object",
"title": "Mode",
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"additionalProperties": false,
"properties": {
"position": {

View File

@@ -12,13 +12,13 @@
"items": {
"type": "object",
"title": "Ammunition",
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"additionalProperties": false,
"properties": {
"item": { "title": "Item", "description": "UNDOCUMENTATED", "type": "string" },
"use_offhand": { "title": "Use Offhand", "description": "UNDOCUMENTATED", "type": "boolean" },
"search_inventory": { "title": "Search Inventory", "description": "UNDOCUMENTATED", "type": "boolean" },
"use_in_creative": { "title": "Use In Creative", "description": "UNDOCUMENTATED", "type": "boolean" }
"item": { "title": "Item", "description": "UNDOCUMENTED", "type": "string" },
"use_offhand": { "title": "Use Offhand", "description": "UNDOCUMENTED", "type": "boolean" },
"search_inventory": { "title": "Search Inventory", "description": "UNDOCUMENTED", "type": "boolean" },
"use_in_creative": { "title": "Use In Creative", "description": "UNDOCUMENTED", "type": "boolean" }
}
}
},

View File

@@ -5,7 +5,7 @@
"type": "object",
"additionalProperties": false,
"properties": {
"dispensable": { "title": "Dispensable", "description": "UNDOCUMENTATED", "type": "boolean" },
"dispensable": { "title": "Dispensable", "description": "UNDOCUMENTED", "type": "boolean" },
"slot": {
"title": "Slot",
"description": "equipment_slot: slot.weapon.mainhand, slot.weapon.offhand, slot.armor.head, slot.armor.chest, slot.armor.legs, slot.armor.feet, slot.hotbar, slot.inventory, slot.enderchest, slot.saddle, slot.armor, slot.chest",