Update to 1.20.1

This commit is contained in:
Lucas Dower 2023-09-03 22:52:59 +01:00
parent 0ecedd4884
commit dea3a1685e
No known key found for this signature in database
GPG Key ID: B3EE6B8499593605
3 changed files with 1563 additions and 1373 deletions

File diff suppressed because it is too large Load Diff

Binary file not shown.

Before

Width:  |  Height:  |  Size: 494 KiB

After

Width:  |  Height:  |  Size: 309 KiB

View File

@ -13,7 +13,7 @@ export class AppConfig {
public readonly MINOR_VERSION = 8;
public readonly HOTFIX_VERSION = 9;
public readonly VERSION_TYPE: 'd' | 'a' | 'r' = 'd'; // dev, alpha, or release build
public readonly MINECRAFT_VERSION = '1.19.4';
public readonly MINECRAFT_VERSION = '1.20.1';
public readonly LOCALE = 'en-GB';
public readonly VOXEL_BUFFER_CHUNK_SIZE = 50_000;