Remove unnesscary properties
This commit is contained in:
@@ -18,8 +18,6 @@
|
|||||||
"title": "Addition",
|
"title": "Addition",
|
||||||
"oneOf": [{ "$ref": "./base types/item.json" }, { "type": "array", "items": { "$ref": "./base types/item.json" } }]
|
"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": {
|
"result": {
|
||||||
"description": "When input items match the pattern then these items are the result.",
|
"description": "When input items match the pattern then these items are the result.",
|
||||||
"title": "Result",
|
"title": "Result",
|
||||||
|
|||||||
Reference in New Issue
Block a user