Files
minecraft-assets/data/minecraft/recipes/recovery_compass.json
2022-05-18 18:37:27 +02:00

19 lines
275 B
JSON

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