rotation fix

This commit is contained in:
Player Name 2026-07-30 20:03:25 +02:00
parent 54b894f6e6
commit 45d9af6778

View file

@ -667,7 +667,7 @@ public class RegionChunk {
private static int NORTH_ROTATION = 0;
private static int EAST_ROTATION = 1;
private static int SOUTH_ROTATION = 2;
private static int WEST_ROTATION = 2;
private static int WEST_ROTATION = 3;
private static int NUMBER_OF_CARDINAL_ROTATIONS = 4;
/**