mc_rebalance_datapack/data/minecraft/recipes/book.json

22 lines
324 B
JSON

{
"type": "minecraft:crafting_shapeless",
"category": "misc",
"ingredients": [
{
"item": "minecraft:paper"
},
{
"item": "minecraft:paper"
},
{
"item": "minecraft:paper"
},
{
"item": "minecraft:rabbit_hide"
}
],
"result": {
"item": "minecraft:book"
}
}