Adding dots to description
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
"type": "string",
|
||||
"pattern": "[a-z0-9_:\\-]+",
|
||||
"title": "Recipe Identifier",
|
||||
"description": "UNDOCUMENTED",
|
||||
"description": "UNDOCUMENTED.",
|
||||
"$comment": "UNDOCUMENTED"
|
||||
}
|
||||
},
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
"minProperties": 1,
|
||||
"additionalProperties": { "$ref": "./base types/item.json" }
|
||||
},
|
||||
"group": { "type": "string", "title": "Group", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
||||
"group": { "type": "string", "title": "Group", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" },
|
||||
"pattern": {
|
||||
"type": "array",
|
||||
"description": "Characters that represent a pattern to be defined by keys.",
|
||||
|
||||
@@ -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": "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" },
|
||||
"result": {
|
||||
"description": "When input items match the pattern then these items are the result.",
|
||||
|
||||
Reference in New Issue
Block a user