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.
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.