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

19 lines
275 B
JSON

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