2024-12-17 02:08:01 +03:00

19 lines
257 B
JSON

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