Open Processing of Draconium Ore

M

Merrx

Guest
Summary of the problem Processing of Draconium Ore

Pack Version 3.0.6

What is the bug? Nether/Ender Draconium Ore can *not* be processed by any (ore doubling) machine.
regular Overworld Draconium Ore can be processed by many ore doubling machines, but not with the SAG Mill.

Mod & Version Draconic Evolution 2.0.7.168

Link to log file

Is it repeatable?

Known Fix This fix is for the SAG Mill. I don't know where the config files for the other ore processing machines are.

Change in ftb\FTBPresentsSkyfactory3\minecraft\config\enderio\SAGMillRecipes_User.xml
From:
<recipeGroup name="Draconic" >
<recipe name="DraconiumDust" energyCost="4000" >
<input>
<itemStack modID="DraconicEvolution" itemName="draconiumOre" />
</input>
<output>
<itemStack modID="DraconicEvolution" itemName="draconiumDust" number="2"/>
</output>
</recipe>
</recipeGroup>

To:
<recipeGroup name="Draconic" >
<recipe name="DraconiumDust" energyCost="4000" >
<input>
<itemStack modID="DraconicEvolution" itemName="draconium_ore" itemMeta="*" />
</input>
<output>
<itemStack modID="DraconicEvolution" itemName="draconium_dust" number="2"/>
</output>
</recipe>
</recipeGroup>

Additionally I would suggest to change the doubling value to 4-6 because manually breaking Draconium Ore produces 2-3 Draconium Dust. Or simply change that.
 

Hazmatik

New Member
Jul 29, 2019
39
0
1
I use Refined Storage for this. A constructor placing the blocks onto a destructor with fortune III upgrade, it yields much more than processing through a Sag Mill or crusher would.
 
J

jawstrock

Guest
The sag mill can increase loads with dark steel balls though. Might still not reach the fortune 3 destructor mind.