Fix ingredients in shapeless recipe schema (#309)

This commit is contained in:
HIPPOKLEIDES
2024-09-21 06:10:27 -04:00
committed by GitHub
parent 67326c3e50
commit 6e7eee9f31

View File

@@ -12,7 +12,8 @@
"ingredients": {
"description": "Items used as input (without a shape) for the recipe.",
"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" },
"priority": { "type": "integer", "description": "Item used as output for the furnace recipe.", "title": "Priority" },