mirror of
https://github.com/JonasunderscoreJones/NotEnoughCursedness.git
synced 2025-10-22 20:19:19 +02:00
added recipe for netherite_chestplate
This commit is contained in:
parent
96313c4467
commit
994ef87e9a
1 changed files with 21 additions and 0 deletions
|
@ -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
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue