quark:ender_watcher

Ender Watcher

Quark · by Vazkii, WireSegal, MCVinnyq, Sully
block Needs Diamond ToolPickaxe Mineable

Acquisition

Crafting using Obsidian, Any Redstone Dust, Obsidian, Any Redstone Dust, Eye of Ender, Any Redstone Dust, Obsidian, Any Redstone Dust and Obsidian, arranged in the pattern shown. Produces Ender Watcher.

Crafting conditional
Ender Watcher guaranteed

Mining & drops

sourcecountchanceconditions
Ender Watcher1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
quark:ender_watcher
Namespace
quark
Mod ID
quark
Tags (2)
forge:blocks/needs_diamond_tool
minecraft:blocks/mineable/pickaxe

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "BRB",
    "RER",
    "BRB"
  ],
  "ingredients": {
    "B": {
      "item": "minecraft:obsidian"
    },
    "E": {
      "item": "minecraft:ender_eye"
    },
    "R": {
      "tag": "forge:dusts/redstone"
    }
  },
  "conditions": [
    {
      "raw": {
        "flag": "ender_watcher",
        "type": "quark:flag"
      },
      "type": "quark:flag"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}