You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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/LoveHoly/Ex-Astris/blob/master/src/main/java/ExAstris/Data/MoltenData.java#L7
Btw in theory you can replace this line (https://github.com/LoveHoly/Ex-Astris/blob/master/src/main/java/ExAstris/Bridge/TSteelworks.java#L20)
by ISmeltingRegistry.INSTANCE directly :)
Should fix ephys/TinkersSteelworks#97
The text was updated successfully, but these errors were encountered: