NotEnoughCursedness/src/main/resources/data/nec/recipe/netherite_chestplate.json

21 lines
No EOL
350 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "building",
"key": {
"1": {
"item": "minecraft:golden_chestplate"
},
"2": {
"item": "minecraft:leather_chestplate"
}
},
"pattern": [
"111",
"1 2",
"222"
],
"result": {
"id": "minecraft:netherite_chestplate"
},
"show_notification": true
}