Files
minecraft-assets/data/minecraft/recipe/recovery_compass.json
2024-11-06 18:31:49 +01:00

17 lines
272 B
JSON

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