Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TSteelworks compatibility fix #33

Closed
ephys opened this issue May 25, 2015 · 0 comments · Fixed by #35
Closed

TSteelworks compatibility fix #33

ephys opened this issue May 25, 2015 · 0 comments · Fixed by #35

Comments

@ephys
Copy link

ephys commented May 25, 2015

(copy of LoveHoly/Ex-Astris#55 (comment))

The high oven computes how much liquid it should output at the very last minute, so adding a * 3 here will cause the high oven to output 3 * TSteelworks:ingotsPerOre instead of just TSteelworks:ingotsPerOre.

https://github.com/Ex-Astris-Rebirth/Ex-Astris-Rebirth/blob/master/src/main/java/kr/loveholy/exastrisrebirth/compatibility/ModTSteelworks.java#L15

Btw in theory you can replace this line (https://github.com/Ex-Astris-Rebirth/Ex-Astris-Rebirth/blob/master/src/main/java/kr/loveholy/exastrisrebirth/compatibility/ModTSteelworks.java#L19)
by ISmeltingRegistry.INSTANCE directly :)

Timeslice42 added a commit to Timeslice42/Ex-Astris-Rebirth that referenced this issue May 30, 2015
Fixes Ex-Astris-Rebirth#33 where the ex nihilo ores would have triple the output of any other ore in the high oven (meaning if the config was set to 3 ingots per ore, then ex nihilo ores would output 9 ingots per ore).
LoveHoly added a commit that referenced this issue May 30, 2015
Fix #33 Ex Nihilo ores having triple output in high oven
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant