minecraft-assets/data/minecraft/recipes/turtle_helmet.json

15 lines
204 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
"XXX",
"X X"
],
"key": {
"X": {
"item": "minecraft:scute"
}
},
"result": {
"item": "minecraft:turtle_helmet"
}
}