Fix server-side loading, add icons, add reciepes
This commit is contained in:
20
src/main/resources/data/militaryarmor/recipes/vh1.json
Normal file
20
src/main/resources/data/militaryarmor/recipes/vh1.json
Normal file
@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"pattern": [
|
||||
"###",
|
||||
"#=#",
|
||||
" "
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:diamond"
|
||||
},
|
||||
"=": {
|
||||
"item": "minecraft:yellow_stained_glass"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "militaryarmor:vsu_helmet_1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user