mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2024-11-15 22:34:54 +00:00
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 }
|
||
|
}
|