minecraft-assets/data/minecraft/recipes/book.json

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