mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2024-11-15 22:34:54 +00:00
08099f08f2
- Convert most recipes to JSON - Add JSON factories for impostor and turtle recipes. - Several mappings changes - Migrate to Forge's new registry system
10 lines
279 B
JSON
10 lines
279 B
JSON
{
|
|
"type": "computercraft:impostor_shapeless",
|
|
"ingredients": [
|
|
{ "item": "minecraft:leather" },
|
|
{ "item": "computercraft:printout", "data": 0 },
|
|
{ "item": "minecraft:string" }
|
|
],
|
|
"result": { "item": "computercraft:printout", "data": 2 }
|
|
}
|