1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-11-15 14:24:55 +00:00
CC-Tweaked/src/main/resources/assets/computercraft/recipes/printed_book.json
2018-02-04 20:02:12 +00:00

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 }
}