Clean up some stuff and update enums

This commit is contained in:
Melledy
2025-12-23 20:56:00 -08:00
parent 92c7dbcbc5
commit c2ebff92c9
5 changed files with 41 additions and 24 deletions
@@ -10,6 +10,7 @@ public class GameConstants {
public static int DATA_VERSION = 0;
// Set data versions for each region
// TODO move this to a json file inside the jar to make it easier to auto-update
static {
RegionConfig.getRegion("global")
.setDataVersion(73);