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

17 lines
260 B
JSON

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