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