added feature parity to v0.2.0-1.19.4

This commit is contained in:
Jonas_Jones 2023-04-20 22:47:11 +02:00
parent 7632de13f6
commit 1ba433a940
16 changed files with 221 additions and 1 deletions

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
}