minecraft:observer

Observer

Minecraft · by Mojang Studios
block Pickaxe Mineable

Acquisition

Crafting using Cobblestone, Cobblestone, Cobblestone, Redstone Dust, Redstone Dust, Nether Quartz, Cobblestone, Cobblestone and Cobblestone, arranged in the pattern shown. Produces Observer.

Crafting
Observer guaranteed

Mining & drops

sourcecountchanceconditions
Observer1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
minecraft:observer
Namespace
minecraft
Mod ID
minecraft
Tags (1)
minecraft:blocks/mineable/pickaxe

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "###",
    "RRQ",
    "###"
  ],
  "ingredients": {
    "#": {
      "item": "minecraft:cobblestone"
    },
    "Q": {
      "item": "minecraft:quartz"
    },
    "R": {
      "item": "minecraft:redstone"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}