added recipe for netherite_chestplate

This commit is contained in:
Jonas_Jones 2023-04-18 19:26:05 +02:00
parent 96313c4467
commit 994ef87e9a

View file

@ -0,0 +1,21 @@
{
"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
}