Files
minecraft-assets/data/minecraft/recipes/spyglass.json
2024-03-19 17:47:17 +01:00

21 lines
317 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "equipment",
"key": {
"#": {
"item": "minecraft:amethyst_shard"
},
"X": {
"item": "minecraft:copper_ingot"
}
},
"pattern": [
" # ",
" X ",
" X "
],
"result": {
"count": 1,
"id": "minecraft:spyglass"
}
}