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