Files
MilitaryArmor/src/main/resources/data/militaryarmor/recipes/vh1.json

20 lines
307 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"pattern": [
"###",
"#=#",
" "
],
"key": {
"#": {
"item": "minecraft:diamond"
},
"=": {
"item": "minecraft:yellow_stained_glass"
}
},
"result": {
"item": "militaryarmor:vsu_helmet_1"
}
}