Update loot table schemas (#391)
* update loot table schemas * remove entity_properties and use new int_or_range definition * remove entity_properties from conditions.json as well
This commit is contained in:
@@ -8,15 +8,18 @@
|
||||
"properties": {
|
||||
"condition": { "type": "string", "const": "match_tool", "title": "Condition", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" },
|
||||
"item": {
|
||||
"title": "Item",
|
||||
"description": "The item to match",
|
||||
"type": "string"
|
||||
"$ref": "../../../general/item/identifier.json"
|
||||
},
|
||||
"count": {
|
||||
"title": "Count",
|
||||
"description": "Minimum count to match of the given item",
|
||||
"type": "integer",
|
||||
"minimum": 0
|
||||
"$ref": "../../../general/int_or_range.json"
|
||||
},
|
||||
"durability": {
|
||||
"title": "Durability",
|
||||
"description": "Minimum durability to match of the given item",
|
||||
"$ref": "../../../general/int_or_range.json"
|
||||
},
|
||||
"enchantments": {
|
||||
"title": "Enchantments",
|
||||
|
||||
Reference in New Issue
Block a user