3
0
Mirror von https://github.com/GeyserMC/Geyser.git synchronisiert 2024-10-02 08:00:07 +02:00

X is mirrored...

Signed-off-by: Joshua Castle <26531652+Kas-tle@users.noreply.github.com>
Dieser Commit ist enthalten in:
Joshua Castle 2023-03-13 22:06:41 -07:00
Ursprung b36ccbef19
Commit 553ea3e5f3
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: F674F38216C35D5D

Datei anzeigen

@ -435,7 +435,7 @@ public class MappingsReader_v1 extends MappingsReader {
float offsetY = (float) boundingBox.getSizeY() * 8;
float offsetZ = (float) boundingBox.getSizeZ() * 8;
float bottomCornerX = (float) boundingBox.getMiddleX() * 16 - 8 - offsetX;
float bottomCornerX = (float) Math.abs(boundingBox.getMiddleX() - 1) * 16 - 8 - offsetX;
float bottomCornerY = (float) boundingBox.getMiddleY() * 16 - offsetY;
float bottomCornerZ = (float) boundingBox.getMiddleZ() * 16 - 8 - offsetZ;