Remove unnesscary properties

This commit is contained in:
DaanV2
2023-03-09 16:59:30 +01:00
parent c05a18f8cd
commit be8f26b454

View File

@@ -18,8 +18,6 @@
"title": "Addition",
"oneOf": [{ "$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" },
"result": {
"description": "When input items match the pattern then these items are the result.",
"title": "Result",