block· Machines & Other Blocks

Ender Anchor

LegendaryMonsters · by Miauczel
block Pickaxe MineableNeeds Diamond Tool

Ender Anchor is a block from LegendaryMonsters, crafted from Bottle Of Annihilation, Eye of Ender, Enderitium Ingot, and End Stone.

Acquisition

Crafting using Bottle Of Annihilation, Eye of Ender, Bottle Of Annihilation, Enderitium Ingot, End Stone, Enderitium Ingot, Enderitium Ingot, End Stone and Enderitium Ingot, arranged in the pattern shown. Produces Ender Anchor.

Crafting
Ender Anchor guaranteed

Mining & drops

sourcecountdrop rateconditions
Ender Anchor1–1100%Survives Explosion

Drop rates are per-roll probabilities, not absolute find rates — actual odds of finding an item also depend on structure generation and loot pool weights.

Block drops

Drops itself when broken.

Developer reference
Registry name
legendary_monsters:ender_anchor
Namespace
legendary_monsters
Mod ID
legendary_monsters
Tags (2)
minecraft:blocks/mineable/pickaxe
minecraft:blocks/needs_diamond_tool

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "#E#",
    "iOi",
    "iOi"
  ],
  "ingredients": {
    "#": {
      "item": "legendary_monsters:bottle_of_annihilation"
    },
    "E": {
      "item": "minecraft:ender_eye"
    },
    "O": {
      "item": "minecraft:end_stone"
    },
    "i": {
      "item": "legendary_monsters:enderitium_ingot"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}