1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-06-25 22:53:22 +00:00
CC-Tweaked/tools/turtle_upgrade_recipe.json

13 lines
387 B
JSON
Raw Permalink Normal View History

{
"type": "computercraft:impostor_shaped",
"group": "computercraft:upgrade_turtle_${turtle_family}",
"pattern": [
"#T"
],
"key": {
"#": { "item": "${upgrade_item}" },
"T": { "item": "computercraft:turtle_${turtle_family}" }
},
"result": { "item": "computercraft:turtle_${turtle_family}", "nbt": { "RightUpgrade": "${upgrade_id}" } }
}