Updated UNDOCUMENTED

This commit is contained in:
DaanV2
2021-07-01 11:35:53 +02:00
parent 6ac62d15e7
commit ba94cceb50
367 changed files with 2266 additions and 640 deletions

View File

@@ -24,6 +24,7 @@
"pools_spec": {
"title": "Pools",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"type": "array",
"additionalProperties": false,
"items": {
@@ -45,8 +46,20 @@
}
]
},
"type": { "title": "Type", "type": "string", "description": "UNDOCUMENTED", "enum": ["loot_table", "item", "empty"] },
"conditions": { "title": "Conditions", "description": "UNDOCUMENTED", "type": "array", "items": { "$ref": "./conditions.json" } },
"type": {
"title": "Type",
"type": "string",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"enum": ["loot_table", "item", "empty"]
},
"conditions": {
"title": "Conditions",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"type": "array",
"items": { "$ref": "./conditions.json" }
},
"entries": {
"title": "Entries",
"type": "array",
@@ -73,12 +86,13 @@
"tiers": {
"title": "Tiers",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"type": "object",
"additionalProperties": false,
"properties": {
"bonus_chance": { "title": "Bonus Chance", "description": "UNDOCUMENTED", "type": "number" },
"bonus_rolls": { "title": "Bonus Rolls", "description": "UNDOCUMENTED", "type": "integer" },
"initial_range": { "title": "Initial Range", "description": "UNDOCUMENTED", "type": "integer" }
"bonus_chance": { "title": "Bonus Chance", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "number" },
"bonus_rolls": { "title": "Bonus Rolls", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "integer" },
"initial_range": { "title": "Initial Range", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "integer" }
}
}
}
@@ -86,7 +100,7 @@
}
},
"properties": {
"pools": { "$ref": "#/definitions/pools_spec", "description": "UNDOCUMENTED", "title": "TODO Title" },
"type": { "title": "Type", "type": "string", "description": "UNDOCUMENTED", "enum": ["minecraft:chest"] }
"pools": { "$ref": "#/definitions/pools_spec", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "TODO Title" },
"type": { "title": "Type", "type": "string", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "enum": ["minecraft:chest"] }
}
}