Update data version and add new chess event

This commit is contained in:
Melledy
2026-01-27 19:13:01 -08:00
parent 3735676251
commit 155d6b2058
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import emu.nebula.game.inventory.ItemParam;
import emu.nebula.util.WeightedList;
public class GameConstants {
public static final String VERSION = "1.4.0";
public static final String VERSION = "1.5.0";
public static int DATA_VERSION = 0;
public static final ZoneId UTC_ZONE = ZoneId.of("UTC");