Divine Journey 2

Divine Journey 2

636k Downloads

Unable to make steel in arc furnace

Confluxes opened this issue ยท 7 comments

commented

Modpack version

2.21.0

Description

I cannot make steel in the Arc furnace

Steps to reproduce

idk try and make steel i didnt do anything special it just doesnt work for me

Expected behavior

steel being made

Additional context

No response

Your Divine Journey 2 Discord Username

No response

commented

Well I figured out you guys reversed the recipe for some reason and that was my issue idk why you'd make the same recipe but just make the coke dust go in the ingot slot and the iron go into the additive slot just seems pointless to me.
anyway if anyone stumbles across this and also sees no reason to swap the inputs I have written the script to fix it, just go to scripts/unifying and open up the "unifyingIngotsandBlocks" script and search for steel and replace the last 2 (lines 189 and 190 in notepad++) that begin with "mods.immersiveengineering" scripts with mine which are

"mods.immersiveengineering.ArcFurnace.addRecipe(thermalfoundation:material:160 * 2, minecraft:iron_ingot, null, 100, 512, [immersiveengineering:material:17], "Alloying");
mods.immersiveengineering.ArcFurnace.addRecipe(thermalfoundation:material:160 * 2, thermalfoundation:material, null, 100, 512, [immersiveengineering:material:17], "Alloying");"
and once you open or reopen the pack the recipes will work as expected.

commented

are the iron and coal coke in the correct slots, respective to one being in the main inventory and one being in the additives inventory?

commented

I am unable to even put coal coke dust or coal coke in the additive slot with iron in it at all it will just place the coal coke / coke dust into the same slots as the iron

commented

I have also tried pushing them in with a hopper and that will put them in the correct slot but it will not make steel still

commented

quick update had my friend load into a brand new world and make an arc furnace to see if it worked for him and he also has the same issue.

commented

they conflicts with other recipe, that's why it's changed

commented

What recipe is it conflicting with cause I've had zero issues swapping them around so far. Far as I can tell there are not conflicting recipes