Fix ingredients in shapeless recipe schema (#309)
This commit is contained in:
@@ -12,7 +12,8 @@
|
|||||||
"ingredients": {
|
"ingredients": {
|
||||||
"description": "Items used as input (without a shape) for the recipe.",
|
"description": "Items used as input (without a shape) for the recipe.",
|
||||||
"title": "Ingredients",
|
"title": "Ingredients",
|
||||||
"oneOf": [{ "$ref": "./base types/item.json" }, { "type": "array", "items": { "$ref": "./base types/item.json" } }]
|
"type": "array",
|
||||||
|
"items": { "$ref": "./base types/item.json" }
|
||||||
},
|
},
|
||||||
"group": { "type": "string", "title": "Group", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" },
|
"group": { "type": "string", "title": "Group", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" },
|
||||||
"priority": { "type": "integer", "description": "Item used as output for the furnace recipe.", "title": "Priority" },
|
"priority": { "type": "integer", "description": "Item used as output for the furnace recipe.", "title": "Priority" },
|
||||||
|
|||||||
Reference in New Issue
Block a user