mirror of
https://github.com/Melledy/Nebula.git
synced 2025-12-13 12:54:36 +01:00
Update data version to 48
This commit is contained in:
@@ -3,7 +3,7 @@ package emu.nebula;
|
|||||||
import java.time.ZoneId;
|
import java.time.ZoneId;
|
||||||
|
|
||||||
public class GameConstants {
|
public class GameConstants {
|
||||||
private static final int DATA_VERSION = 46;
|
private static final int DATA_VERSION = 48;
|
||||||
private static final String VERSION = "1.0.0";
|
private static final String VERSION = "1.0.0";
|
||||||
|
|
||||||
public static final ZoneId UTC_ZONE = ZoneId.of("UTC");
|
public static final ZoneId UTC_ZONE = ZoneId.of("UTC");
|
||||||
|
|||||||
Reference in New Issue
Block a user