Skip to content

Commit

Permalink
Fix ingredients in shapeless recipe schema (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
HIPPOKLEIDES committed Sep 21, 2024
1 parent 67326c3 commit 6e7eee9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/behavior/recipes/types/recipe_shapeless.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
Expand Down

0 comments on commit 6e7eee9

Please sign in to comment.