Energized Dark Ingot, Lithium Ingot and possibly other items have two identical recipes in the Alloy Smelter
KleinGrrmpf opened this issue ยท 2 comments
Modpack version:
Beta-0.1
Description:
Energized Dark Ingot and Lithium Ingot have two identical recipes in the Alloy Smelter. There might be other items that happen to have this too.
Steps to reproduce:
- Search for Lithium Ingot in JEI
- Open its recipe
- Go to the Alloy Smelter Tab
Expected behavior:
Only one recipe shows up
Additional context:
This is caused by the Alloy Smelter automatically inherits all the furnace.addRecipe(ingot, dust)
recipes that are added with CraftTweaker. So all additional mods.enderio.AlloySmelter.addRecipe(ingot, [dust], 2000)
that add the same dust -> ingot recipe are unnecessary.
Also, both recipes also work in "Alloys Only" Mode in the Alloy Smelter. Not sure if this is intended and/or configurable, though.