You've already forked minecraft-assets
Create/Update assets for version 22w46a
This commit is contained in:
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:leather"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:book"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user