UniDict

UniDict

50M Downloads

Induction Smelter unification not working

Endoman123 opened this issue ยท 1 comments

commented

There's an issue with Thermal Expansion Induction Smelters where dusts are not unified properly. Apparently it's an issue with how they implement the inputs of the smeltery, not entirely sure. Apparently this gives a bit of an explanation as to what's happening behind the scenes, but I've got no great understanding of the implications.

To replicate:

  1. Unify lead dusts such that another mod overwrites Thermal Foundation dusts
  2. Attempt to create Hardened Glass using the induction smelter
  3. Fail

This issue may have side effects with the other Thermal Expansion machines, but I have not looked into it.

commented

This is because Thermal Expansion doesn't use OreDict for input. Currently, UniDict only replaces the outputs of TE machines. This would probably need a feature like Mekanism Inpit Replacement. Such a feature would get the correct OreDict entry for the input and then update the recipe accordingly. I will have t see if I could support this in my PR for 3.0.0 changes :)