Fix server-side loading, add icons, add reciepes

This commit is contained in:
Azimkin
2025-11-19 18:26:05 +01:00
parent 69c235e5cc
commit 398d301643
49 changed files with 59866 additions and 10710 deletions

View File

@ -0,0 +1,20 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"pattern": [
"#=#",
"###",
"###"
],
"key": {
"#": {
"item": "minecraft:diamond"
},
"=": {
"item": "minecraft:orange_stained_glass"
}
},
"result": {
"item": "militaryarmor:vsu_vest_2"
}
}