Blood-Asp / GT5-Unofficial

Decompiled and modified version of GT5.07.07
160 stars 97 forks source link

Machines pollute neighboring chunk instead of it's own #712

Closed SapientMC closed 7 years ago

SapientMC commented 7 years ago

Seems like attempt to fix this https://github.com/Blood-Asp/GT5-Unofficial/issues/652 made calculations more broken than it was before. Now some gas turbines or diesel generators pollute neighboring chunk instead of it's own. 2016-10-29_15 16 24 2016-10-29_15 16 39

SapientMC commented 7 years ago

Additional info. Something very wrong with pollution on chunks near 0.0 coordinates.

Technus commented 7 years ago

The shift u see happens on x axis not z axis that is ood

Technus commented 7 years ago

tbh i blame scanner code. https://github.com/Blood-Asp/GT5-Unofficial/blob/unstable/src/main/java/gregtech/api/util/GT_Utility.java#L1757

should also be unified to >>4 computation, i dont have that bug in GTNH branch

Technus commented 7 years ago

https://github.com/Blood-Asp/GT5-Unofficial/pull/713