Spyglass
minecraft:spyglass

Spyglass

Minecraft · by Mojang Studios
item

Acquisition

Crafting using Amethyst Shard, Copper Ingot and Copper Ingot, arranged in the pattern shown. Produces Spyglass.

Crafting
Amethyst Shard
Copper Ingot
Copper Ingot
Spyglass Spyglass guaranteed
Developer reference
Registry name
minecraft:spyglass
Namespace
minecraft
Mod ID
minecraft

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    " # ",
    " X ",
    " X "
  ],
  "ingredients": {
    "#": {
      "item": "minecraft:amethyst_shard"
    },
    "X": {
      "item": "minecraft:copper_ingot"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}