minecraft-src/data/minecraft/recipe/book.json
2025-07-04 01:41:11 +03:00

22 lines
No EOL
333 B
JSON

{
"type": "minecraft:crafting_shapeless",
"category": "misc",
"ingredients": [
{
"item": "minecraft:paper"
},
{
"item": "minecraft:paper"
},
{
"item": "minecraft:paper"
},
{
"item": "minecraft:leather"
}
],
"result": {
"count": 1,
"id": "minecraft:book"
}
}