Entity Detector
draconicevolution:entity_detector

Entity Detector

Draconic Evolution · by brandon3055
block Pickaxe Mineable

Acquisition

Crafting using Any Lapis Gem, Eye of Ender, Any Lapis Gem, Any Redstone Dust, Draconium Ingot, Any Redstone Dust, Any Iron Ingot, Draconium Core and Any Iron Ingot, arranged in the pattern shown. Produces Entity Detector.

Crafting
Any Lapis Gem
Eye of Ender
Any Lapis Gem
Any Redstone Dust
Draconium Ingot
Any Redstone Dust
Any Iron Ingot
Draconium Core
Any Iron Ingot
Entity Detector Entity Detector guaranteed

Mining & drops

sourcecountchanceconditions
Entity Detector1–1100%Survives Explosion

Used in (1)

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

Block drops

Drops itself when broken.

Developer reference
Registry name
draconicevolution:entity_detector
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:gems/lapis"
    },
    "B": {
      "item": "minecraft:ender_eye"
    },
    "C": {
      "tag": "forge:dusts/redstone"
    },
    "D": {
      "tag": "forge:ingots/draconium"
    },
    "E": {
      "tag": "forge:ingots/iron"
    },
    "F": {
      "item": "draconicevolution:draconium_core"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}