Update to 1.2.0

This commit is contained in:
Melledy
2025-11-17 22:01:06 -08:00
parent 9921bf4efe
commit 6ac782e25c
13 changed files with 8832 additions and 621 deletions

View File

@@ -4,7 +4,7 @@ import java.time.ZoneId;
public class GameConstants {
private static final int DATA_VERSION = 48;
private static final String VERSION = "1.0.0";
private static final String VERSION = "1.2.0";
public static final ZoneId UTC_ZONE = ZoneId.of("UTC");