Add support for game version 3.6 (#2110)

* Update to game version `3.6.0` (pt. 1)

not complete!

* Update to game version `3.6.0` (pt. 2)

not complete!

* Update compiled definitions
This commit is contained in:
Magix
2023-04-30 19:08:54 -07:00
committed by GitHub
parent 60e8106b01
commit c4f1208f45
1323 changed files with 434863 additions and 141164 deletions

View File

@@ -6,7 +6,7 @@ import emu.grasscutter.utils.Position;
import emu.grasscutter.utils.Utils;
public final class GameConstants {
public static String VERSION = "3.5.0";
public static String VERSION = "3.6.0";
public static final int DEFAULT_TEAMS = 4;
public static final int MAX_TEAMS = 10;

File diff suppressed because it is too large Load Diff

View File

@@ -424,7 +424,7 @@ public final class Language {
}
} catch (Exception e) {
Grasscutter.getLogger().debug("Exception while checking cache: ", e);
};
}
// Regenerate cache
Grasscutter.getLogger().debug("Generating TextMaps cache");