Files
minecraft-assets/data/minecraft/recipes/book.json
2019-04-06 17:15:10 +00:00

20 lines
297 B
JSON

{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "minecraft:paper"
},
{
"item": "minecraft:paper"
},
{
"item": "minecraft:paper"
},
{
"item": "minecraft:leather"
}
],
"result": {
"item": "minecraft:book"
}
}