Files
VanillaPlus/src/main/resources/data/vplus/recipes/copper_chestplate.json
Steven Tracey 081b744755 Updates!
Updated to 1.18.1, added copper items, new recipes
2022-01-17 23:25:39 -05:00

17 lines
238 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
"# #",
"###",
"###"
],
"key": {
"#": {
"item": "minecraft:copper_ingot"
}
},
"result": {
"item": "vplus:copper_chestplate",
"count": 1
}
}