Files
minecraft-assets/data/minecraft/recipes/compass.json
2018-12-21 06:38:40 +00:00

19 lines
257 B
JSON

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