mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-12-10 07:58:05 +00:00
- Languages are converted to JSON
- Rename most *(_advanced) blocks to *_{advanced,normal}. It's more
verbose, but means they're sorted together.
- A couple of changes to the ROM to work with some Java changes.
- Update recipes and advancements to not use damage values.
14 lines
412 B
JSON
14 lines
412 B
JSON
{
|
|
"type": "computercraft:impostor_shaped",
|
|
"group": "computercraft:upgrade_pocket_${pocket_family}",
|
|
"pattern": [
|
|
"#",
|
|
"T"
|
|
],
|
|
"key": {
|
|
"#": { "item": "${upgrade_item}" },
|
|
"T": { "item": "computercraft:pocket_computer_${pocket_family}" }
|
|
},
|
|
"result": { "item": "computercraft:pocket_computer_${pocket_family}", "nbt": { "Upgrade": "${upgrade_id}" } }
|
|
}
|