Update to support game version 1.6.0.*

This commit is contained in:
Melledy
2026-02-02 22:01:21 -08:00
parent 155d6b2058
commit d3ac668313
27 changed files with 17781 additions and 1038 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.5.0";
public static final String VERSION = "1.6.0";
public static int DATA_VERSION = 0;
public static final ZoneId UTC_ZONE = ZoneId.of("UTC");