You've already forked minecraft-assets
Create/Update assets for version 24w07a
This commit is contained in:
20
data/minecraft/recipes/lectern.json
Normal file
20
data/minecraft/recipes/lectern.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "redstone",
|
||||
"key": {
|
||||
"B": {
|
||||
"item": "minecraft:bookshelf"
|
||||
},
|
||||
"S": {
|
||||
"tag": "minecraft:wooden_slabs"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"SSS",
|
||||
" B ",
|
||||
" S "
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:lectern"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user