mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2024-10-31 23:26:19 +00:00
e46f09a939
- 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.
13 lines
361 B
JSON
13 lines
361 B
JSON
{
|
|
"type": "computercraft:impostor_shaped",
|
|
"group": "computercraft:upgrade_turtle_${turtle_family}",
|
|
"pattern": [
|
|
"#T"
|
|
],
|
|
"key": {
|
|
"#": { "item": ${upgrade_item} },
|
|
"T": { "item": "${turtle_item}", "data": 0 }
|
|
},
|
|
"result": { "item": "${turtle_item}", "data": 0, "nbt": { "rightUpgrade": "${upgrade_id}" } }
|
|
}
|