Files
minecraft-assets/data/minecraft/recipes/book.json
2021-03-10 23:45:15 +00:00

20 lines
287 B
JSON

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