mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-09-03 10:57:55 +00:00
Several recipe improvements
- Some performance improvements to JEI recipe resolver - Use a shared map for upgrade items, meaning we only need one map lookup. - Cache the basic upgrade recipes. - Use the MC version within project rather than version name.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
"type": "computercraft:impostor_shaped",
|
||||
"group": "computercraft:upgrade_turtle_${turtle_family}",
|
||||
"pattern": [
|
||||
"T#"
|
||||
"#T"
|
||||
],
|
||||
"key": {
|
||||
"#": { "item": ${upgrade_item} },
|
||||
|
Reference in New Issue
Block a user