Files
minecraft-assets/data/minecraft/recipes/turtle_helmet.json
2022-06-29 18:37:59 +02:00

15 lines
204 B
JSON

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