Mod registers wrong recipes for EnderIO
OneEyeMaker opened this issue ยท 1 comments
Hello, @bdew.
I found one old simple bug in Advanced Generators: this mod incorrectly registers recipes for Alloy Smelter.
When there is statement in configuration like this:
enderio-smelt: $A + $B * 10 + 1000 RF => $C + 0 xp
mod just ignores amount of items (if item isn't defined with OreDictionary).
In another words, in all versions of Advanced Generators (1.7+, 1.10+) there is missing this code:
number={count.toString}
here:
https://github.com/bdew/generators/blob/mc-1.7.10/src/net/bdew/generators/compat/EnderIOXmlEncoder.scala#L32
https://github.com/bdew/generators/blob/mc1.10.2/src/net/bdew/generators/compat/EnderIOXmlEncoder.scala#L32
Please, fix this bug for all versions.
Thank you for your work!