Replaced undocumented

This commit is contained in:
DaanV2
2021-06-16 16:19:12 +02:00
parent 8a6f695326
commit 9036e74f6e
376 changed files with 1410 additions and 1437 deletions

View File

@@ -3,6 +3,6 @@
"description": "Recipe definition 1.12.0",
"title": "Definition",
"type": "object",
"properties": { "identifier": { "type": "string", "pattern": "[a-z0-9_:\\-]+", "title": "Recipe Identifier", "description": "UNDOCUMENTATED" } },
"properties": { "identifier": { "type": "string", "pattern": "[a-z0-9_:\\-]+", "title": "Recipe Identifier", "description": "UNDOCUMENTED" } },
"additionalProperties": false
}

View File

@@ -15,7 +15,7 @@
"minProperties": 1,
"additionalProperties": { "$ref": "./base types/item.json" }
},
"group": { "type": "string", "title": "Group", "description": "UNDOCUMENTATED" },
"group": { "type": "string", "title": "Group", "description": "UNDOCUMENTED" },
"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": "Group", "description": "UNDOCUMENTATED" },
"group": { "type": "string", "title": "Group", "description": "UNDOCUMENTED" },
"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.",