1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-11-15 22:34:54 +00:00
CC-Tweaked/src/main/resources/assets/computercraft/recipes/printed_book.json

10 lines
279 B
JSON
Raw Normal View History

{
"type": "computercraft:impostor_shapeless",
"ingredients": [
{ "item": "minecraft:leather" },
{ "item": "computercraft:printout", "data": 0 },
{ "item": "minecraft:string" }
],
"result": { "item": "computercraft:printout", "data": 2 }
}