NotEnoughCursedness/src/main/resources/data/nec/recipes/netherite_chestplate.json
2023-04-20 22:47:11 +02:00

21 lines
No EOL
352 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": {
"item": "minecraft:netherite_chestplate"
},
"show_notification": true
}