Files
minecraft-assets/data/minecraft/recipes/map.json
2019-04-06 17:15:10 +00:00

19 lines
257 B
JSON

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