EverythingVanilla/src/main/resources/data/vanilla/recipes/emerald_helmet.json
2020-11-20 07:28:49 -05:00

16 lines
236 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
"###",
"# #"
],
"key": {
"#": {
"item": "minecraft:emerald"
}
},
"result": {
"item": "vanilla:emerald_helmet",
"count": 1
}
}