mc_rebalance_datapack/data/minecraft/recipes/book.json

22 lines
324 B
JSON
Raw Normal View History

2025-09-07 01:55:05 +00:00
{
"type": "minecraft:crafting_shapeless",
"category": "misc",
"ingredients": [
{
"item": "minecraft:paper"
},
{
"item": "minecraft:paper"
},
{
"item": "minecraft:paper"
},
{
"item": "minecraft:rabbit_hide"
}
],
"result": {
"item": "minecraft:book"
}
}