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

19 lines
No EOL
298 B
JSON

{
"type": "minecraft:crafting_shapeless",
"category": "misc",
"ingredients": [
{
"item": "minecraft:book"
},
{
"item": "minecraft:ink_sac"
},
{
"item": "minecraft:feather"
}
],
"result": {
"count": 1,
"id": "minecraft:writable_book"
}
}