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

25 lines
383 B
JSON

{
"format_version": "1.12",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:iron_leggings"
},
"tags": [ "crafting_table" ],
"pattern": [
"XXX",
"X X",
"X X"
],
"key": {
"X": {
"item": "minecraft:iron_ingot"
}
},
"result": {
"item": "minecraft:iron_leggings"
}
}
}