Change DATA_VERSION to 54

This commit is contained in:
AhAlpha
2025-11-26 14:27:34 +08:00
committed by Melledy
parent 3a7d12c7b7
commit e529e8e965

View File

@@ -6,7 +6,7 @@ import emu.nebula.game.inventory.ItemParam;
import emu.nebula.util.WeightedList; import emu.nebula.util.WeightedList;
public class GameConstants { public class GameConstants {
private static final int DATA_VERSION = 51; private static final int DATA_VERSION = 54;
private static final String VERSION = "1.2.0"; private static final String VERSION = "1.2.0";
public static final ZoneId UTC_ZONE = ZoneId.of("UTC"); public static final ZoneId UTC_ZONE = ZoneId.of("UTC");