mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2024-10-31 23:26:19 +00:00
14 lines
424 B
JSON
14 lines
424 B
JSON
|
{
|
||
|
"type": "computercraft:impostor_shaped",
|
||
|
"group": "computercraft:upgrade_pocket_${pocket_family}",
|
||
|
"pattern": [
|
||
|
"#",
|
||
|
"T"
|
||
|
],
|
||
|
"key": {
|
||
|
"#": { "item": ${upgrade_item} },
|
||
|
"T": { "item": "computercraft:pocket_computer", "data": ${pocket_data} }
|
||
|
},
|
||
|
"result": { "item": "computercraft:pocket_computer", "data": ${pocket_data}, "nbt": { "upgrade": "${upgrade_id}" } }
|
||
|
}
|