This commit is contained in:
DaanV2
2021-06-09 11:12:18 +02:00
parent ada0815fa6
commit 13dad248b8
76 changed files with 351 additions and 327 deletions

View File

@@ -15,7 +15,7 @@
"minProperties": 1,
"additionalProperties": { "$ref": "./base types/item.json" }
},
"group": { "type": "string", "title": "TODO", "description": "UNDOCUMENTATED" },
"group": { "type": "string", "title": "Group", "description": "UNDOCUMENTATED" },
"pattern": {
"type": "array",
"description": "Characters that represent a pattern to be defined by keys.",

View File

@@ -13,7 +13,7 @@
"title": "Ingredients",
"oneOf": [{ "$ref": "./base types/item.json" }, { "type": "array", "items": { "$ref": "./base types/item.json" } }]
},
"group": { "type": "string", "title": "TODO", "description": "UNDOCUMENTATED" },
"group": { "type": "string", "title": "Group", "description": "UNDOCUMENTATED" },
"priority": { "type": "integer", "description": "Item used as output for the furnace recipe.", "title": "Priority" },
"result": {
"description": "When input items match the pattern then these items are the result.",