minecraft-assets/data/minecraft/recipes/armor_stand.json

19 lines
275 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
"///",
" / ",
"/_/"
],
"key": {
"/": {
"item": "minecraft:stick"
},
"_": {
"item": "minecraft:smooth_stone_slab"
}
},
"result": {
"item": "minecraft:armor_stand"
}
}