Files
2022-05-04 18:38:43 +02:00

19 lines
257 B
JSON

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