Files
minecraft-assets/data/minecraft/recipes/book.json
2022-02-16 18:34:39 +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"
}
}