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

19 lines
267 B
JSON

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