1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-09-27 14:48:20 +00:00
CC-Tweaked/src/main/resources/assets/computercraft/recipes/printed_book.json
SquidDev 08099f08f2 Initial update to 1.12
- Convert most recipes to JSON
 - Add JSON factories for impostor and turtle recipes.
 - Several mappings changes
 - Migrate to Forge's new registry system
2017-07-25 21:10:47 +01:00

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