You've already forked minecraft-assets
Create/Update assets for version 1.13.2
This commit is contained in:
20
data/minecraft/recipes/book.json
Normal file
20
data/minecraft/recipes/book.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:paper"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:paper"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:paper"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:leather"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:book"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user