Files
minecraft-assets/data/minecraft/recipe/compass.json
2024-08-07 18:31:40 +02:00

21 lines
308 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "equipment",
"key": {
"#": {
"item": "minecraft:iron_ingot"
},
"X": {
"item": "minecraft:redstone"
}
},
"pattern": [
" # ",
"#X#",
" # "
],
"result": {
"count": 1,
"id": "minecraft:compass"
}
}