Make book recipe cheaper
This commit is contained in:
parent
7857835c37
commit
19bfe4a4d2
21
data/minecraft/recipes/book.json
Normal file
21
data/minecraft/recipes/book.json
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "misc",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:paper"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:paper"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:paper"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:rabbit_hide"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:book"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue