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

20 lines
302 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "equipment",
"key": {
"C": {
"item": "minecraft:compass"
},
"S": {
"item": "minecraft:echo_shard"
}
},
"pattern": [
"SSS",
"SCS",
"SSS"
],
"result": {
"item": "minecraft:recovery_compass"
}
}