Files
minecraft-assets/assets/minecraft/recipes/armor_stand.json
2017-04-15 11:12:58 +00:00

20 lines
275 B
JSON

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