1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-02-23 20:57:08 +00:00
bedrock-samples/behavior_pack/recipes/recovery_compass_from_lodestone_compass.json
Mike Ammerlaan 67b754063e v1.20.10.1
2023-07-11 09:11:33 -07:00

34 lines
755 B
JSON

{
"format_version": "1.20.10",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:recovery_compass_from_lodestone_compass"
},
"tags": [
"crafting_table"
],
"pattern": [
"SSS",
"SCS",
"SSS"
],
"key": {
"S": {
"item": "minecraft:echo_shard"
},
"C": {
"item": "minecraft:lodestone_compass"
}
},
"unlock": [
{
"item": "minecraft:echo_shard"
}
],
"result": {
"item": "minecraft:recovery_compass",
"count": 1
},
"priority": 1
}
}