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

17 lines
262 B
JSON

{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "minecraft:book"
},
{
"item": "minecraft:ink_sac"
},
{
"item": "minecraft:feather"
}
],
"result": {
"item": "minecraft:writable_book"
}
}