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.
Entity Detector
Draconic Evolution · by brandon3055
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Entity Detector | 1–1 | 100% | 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.
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
}