mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2024-11-15 14:24:55 +00:00
10 lines
309 B
JSON
10 lines
309 B
JSON
{
|
|
"type": "computercraft:impostor_shapeless",
|
|
"ingredients": [
|
|
{ "type": "forge:ore_dict", "ore": "leather" },
|
|
{ "item": "computercraft:printout", "data": 0 },
|
|
{ "type": "forge:ore_dict", "ore": "string" }
|
|
],
|
|
"result": { "item": "computercraft:printout", "data": 2 }
|
|
}
|