Files
minecraft-assets/assets/minecraft/recipes/book.json
2018-01-13 19:17:52 +00:00

25 lines
365 B
JSON

{
"type": "crafting_shapeless",
"ingredients": [
{
"item": "minecraft:paper",
"data": 0
},
{
"item": "minecraft:paper",
"data": 0
},
{
"item": "minecraft:paper",
"data": 0
},
{
"item": "minecraft:leather",
"data": 0
}
],
"result": {
"item": "minecraft:book",
"count": 1
}
}