Mirror von
https://github.com/GeyserMC/Geyser.git
synchronisiert 2024-11-19 22:40:18 +01:00
X is mirrored...
Signed-off-by: Joshua Castle <26531652+Kas-tle@users.noreply.github.com>
Dieser Commit ist enthalten in:
Ursprung
b36ccbef19
Commit
553ea3e5f3
@ -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;
|
||||
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren