Crafting using Any Iron Ingot, Draconium Ingot, Any Iron Ingot, Diamond Sword, Wyvern Energy Controller, Diamond Sword, Any Iron Ingot, Any Heads and Any Iron Ingot, arranged in the pattern shown. Produces Mob Grinder.
Mob Grinder
Draconic Evolution · by brandon3055
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Mob Grinder | 1–1 | 100% | Survives Explosion |
Block drops
Drops itself when broken.
Developer reference
- Registry name
draconicevolution:grinder- Namespace
draconicevolution- Mod ID
draconicevolution- Tags (1)
minecraft:blocks/mineable/pickaxe
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"ABA",
"CDC",
"AEA"
],
"ingredients": {
"A": {
"tag": "forge:ingots/iron"
},
"B": {
"tag": "forge:ingots/draconium"
},
"C": {
"item": "minecraft:diamond_sword"
},
"D": {
"item": "draconicevolution:wyvern_energy_core"
},
"E": {
"tag": "forge:heads"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}