project port to 1.21 (this finally launches)

This commit is contained in:
Jonas_Jones 2024-10-04 15:25:09 +02:00
parent bd6878b109
commit 64e2b5ea1e
53 changed files with 319 additions and 250 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": {
"id": "minecraft:netherite_chestplate"
},
"show_notification": true
}