Files
IMoO/recipes_old/armor_stand.json
T
2022-01-24 20:17:51 +03:00

29 lines
460 B
JSON

{
"format_version": "1.12",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:armor_stand"
},
"tags": [ "crafting_table" ],
"pattern": [
"///",
" / ",
"/_/"
],
"key": {
"/": {
"item": "minecraft:stick"
},
"_": {
"item": "minecraft:double_stone_slab",
"data": 0
}
},
"result": {
"item": "minecraft:armor_stand"
}
}
}