Update to support game version 1.8.0.*

This commit is contained in:
Melledy
2026-03-16 21:18:44 -07:00
parent f007b6624f
commit 4744618ce9
11 changed files with 4782 additions and 285 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.7.0";
public static final String VERSION = "1.8.0";
public static int DATA_VERSION = 0;
public static final ZoneId UTC_ZONE = ZoneId.of("UTC");