BloodyMods / ExNihiloCreatio

Ex Nihilo with progression!
MIT License
25 stars 20 forks source link

Sieve Efficiency 5 + Haste 2 glitch out sieving #213

Closed Insane96 closed 5 years ago

Insane96 commented 5 years ago

2019-04-28_17 30 59 After clicking 2 times (not counting the place click) the 3rd time the sieving progress gets to a negative number. This as something to do with the type (byte) of progress: https://github.com/BloodyMods/ExNihiloCreatio/blob/1.12/src/main/java/exnihilocreatio/tiles/TileSieve.java#L48 ... Just change it to short ... or check if goes below 0. 45+45+45>127 ... RIP

SirLyle commented 5 years ago

Was discovered and fixed in the current dev branch.