Advanced Entity Detector
draconicevolution:entity_detector_advanced

Advanced Entity Detector

Draconic Evolution · by brandon3055
block Pickaxe Mineable

Acquisition

Crafting using Any Redstone Storage Block, Skeleton Skull, Any Redstone Storage Block, Any Lapis Storage Block, Any Diamond Gem, Any Lapis Storage Block, Draconium Ingot, Entity Detector and Draconium Ingot, arranged in the pattern shown. Produces Advanced Entity Detector.

Crafting
Any Redstone Storage Block
Skeleton Skull
Any Redstone Storage Block
Any Lapis Storage Block
Any Diamond Gem
Any Lapis Storage Block
Draconium Ingot
Entity Detector
Draconium Ingot
Advanced Entity Detector Advanced Entity Detector guaranteed

Mining & drops

sourcecountchanceconditions
Advanced Entity Detector1–1100%Survives Explosion

Block drops

Drops itself when broken.

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

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "ABA",
    "CDC",
    "EFE"
  ],
  "ingredients": {
    "A": {
      "tag": "forge:storage_blocks/redstone"
    },
    "B": {
      "item": "minecraft:skeleton_skull"
    },
    "C": {
      "tag": "forge:storage_blocks/lapis"
    },
    "D": {
      "tag": "forge:gems/diamond"
    },
    "E": {
      "tag": "forge:ingots/draconium"
    },
    "F": {
      "item": "draconicevolution:entity_detector"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}