mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-02-23 20:57:08 +00:00
34 lines
755 B
JSON
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
|
|
}
|
|
} |