Added biome filterint to trades
This commit is contained in:
@@ -26,6 +26,15 @@
|
|||||||
"properties": {
|
"properties": {
|
||||||
"item": { "type": "string", "title": "Item Identifier" },
|
"item": { "type": "string", "title": "Item Identifier" },
|
||||||
"price_multiplier": { "type": "number", "title": "Price Multiplier" },
|
"price_multiplier": { "type": "number", "title": "Price Multiplier" },
|
||||||
|
"functions": { "$ref": "#/definitions/Functions" },
|
||||||
|
"biomes": {
|
||||||
|
"title": "Biomes",
|
||||||
|
"description": "UNDOCUMENTED",
|
||||||
|
"type": "array",
|
||||||
|
"items": {
|
||||||
|
"$ref": "../../general/biome_item.json"
|
||||||
|
}
|
||||||
|
},
|
||||||
"quantity": {
|
"quantity": {
|
||||||
"title": "Quantity",
|
"title": "Quantity",
|
||||||
"oneOf": [
|
"oneOf": [
|
||||||
@@ -40,8 +49,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
}
|
||||||
"functions": { "$ref": "#/definitions/Functions" }
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -2,6 +2,8 @@
|
|||||||
"$id": "blockception.minecraft.general.1.8.0.biome.item",
|
"$id": "blockception.minecraft.general.1.8.0.biome.item",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"title": "Biome Name",
|
"title": "Biome Name",
|
||||||
|
"description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"enum": [
|
"enum": [
|
||||||
"animal",
|
"animal",
|
||||||
"beach",
|
"beach",
|
||||||
@@ -40,7 +42,5 @@
|
|||||||
"taiga",
|
"taiga",
|
||||||
"the_end",
|
"the_end",
|
||||||
"warm"
|
"warm"
|
||||||
],
|
]
|
||||||
"description": "UNDOCUMENTED",
|
|
||||||
"$comment": "UNDOCUMENTED"
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user