minecraft-assets/data/minecraft/recipes/map.json

19 lines
257 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
"###",
"#X#",
"###"
],
"key": {
"#": {
"item": "minecraft:paper"
},
"X": {
"item": "minecraft:compass"
}
},
"result": {
"item": "minecraft:map"
}
}