
Crafttweaker Alloy Smelter recipes dont seem to work
Filostorm opened this issue · 6 comments
Not sure where the problem lies exactly, but here makes the most sense.
The recipes show up in JEI, but don't work.
Same for me.
I reported this problem to Elektrokill, but for now i have no answer.
With XML recipes from EIO, it works. The problem stems from EnderTweaker.
#24 Does not work. Same behavior.
@Filostorm here is an example of XML for AlloySmelter
<recipe name="Smelt: Iron ore" required="false">
<alloying energy="9000" exp="0.0">
<input name="exnihilocreatio:item_ore_iron:1"/>
<output name="minecraft:iron_ingot" amount="3"/>
</alloying>
</recipe>
You have other example in sources of EIO
Sorry to tell, but I can’t figure out how to get enderio to add an alloy smelter recipe which has only one input. It works with 2 and 3 inputs but can’t get it to work with 1 :/
It is true that I did not try to make an aliage.
It seems to me that there has been a change with the recipes with only one entry.
While doing my tests with XML from EIO, I noticed that the AlloySmelter melts 3 by 3 (even for tier 1) and no longer 1 by 1. And this is not the case for the alloys.
I don't know if this can help or not ...