mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-02-23 19:45:37 +00:00
34 lines
524 B
JSON
34 lines
524 B
JSON
{
|
|
"format_version": "1.20.10",
|
|
"minecraft:recipe_shaped": {
|
|
"description": {
|
|
"identifier": "minecraft:locator_map"
|
|
},
|
|
|
|
|
|
"tags": [ "crafting_table" ],
|
|
"pattern": [
|
|
"###",
|
|
"#X#",
|
|
"###"
|
|
],
|
|
"key": {
|
|
"#": {
|
|
"item": "minecraft:paper"
|
|
},
|
|
"X": {
|
|
"item": "minecraft:compass"
|
|
}
|
|
},
|
|
"unlock": [
|
|
{
|
|
"item": "minecraft:compass"
|
|
}
|
|
],
|
|
"result": {
|
|
"item": "minecraft:emptymap",
|
|
"data": 2
|
|
}
|
|
}
|
|
}
|