Files
minecraft-assets/data/minecraft/recipes/writable_book.json
2018-12-21 06:38:40 +00:00

17 lines
252 B
JSON

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