19 lines
257 B
JSON
19 lines
257 B
JSON
{
|
|
"type": "crafting_shaped",
|
|
"pattern": [
|
|
" # ",
|
|
"#X#",
|
|
" # "
|
|
],
|
|
"key": {
|
|
"#": {
|
|
"item": "minecraft:iron_ingot"
|
|
},
|
|
"X": {
|
|
"item": "minecraft:redstone"
|
|
}
|
|
},
|
|
"result": {
|
|
"item": "minecraft:compass"
|
|
}
|
|
} |