mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2024-11-10 03:49:58 +00:00
810258e9b8
- 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.
11 lines
304 B
JSON
11 lines
304 B
JSON
{
|
|
"type": "computercraft:impostor_shapeless",
|
|
"group": "computercraft:disk",
|
|
"ingredients": [
|
|
{ "tag": "forge:dusts/redstone" },
|
|
{ "item": "minecraft:paper" },
|
|
{ "item": "${dye}" }
|
|
],
|
|
"result": { "item": "computercraft:disk", "nbt": { "color": ${colour} } }
|
|
}
|