mirror of
https://github.com/LucasDower/ObjToSchematic.git
synced 2024-11-21 01:04:15 +08:00
Update to 1.20.1
This commit is contained in:
parent
0ecedd4884
commit
dea3a1685e
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 |
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user