- Updates for 1.20.80 (#281)

This commit is contained in:
Xterionix
2024-04-29 18:22:36 +05:00
committed by GitHub
parent a8d687e660
commit f3c02e7e93
6 changed files with 117 additions and 5 deletions

View File

@@ -30,6 +30,12 @@
"description": "When input items match the pattern then these items are the result.",
"title": "Result",
"oneOf": [{ "$ref": "./base types/item.json" }, { "type": "array", "items": { "$ref": "./base types/item.json" } }]
},
"assume_symmetry": {
"type": "boolean",
"title": "Assume Symmetry",
"description": "Used to automatically assume a symmetrical recipe should return the same resultUsed to automatically assume a symmetrical recipe should return the same result",
"default": true
}
}
}