Make 1.19.4 the default

This commit is contained in:
Misode
2023-03-20 03:25:22 +01:00
parent cdf369442e
commit 2e1f104f4a
3 changed files with 5 additions and 5 deletions

View File

@@ -8,7 +8,7 @@ import { fetchData } from './DataFetcher.js'
export const VersionIds = ['1.15', '1.16', '1.17', '1.18', '1.18.2', '1.19', '1.19.3', '1.19.4'] as const
export type VersionId = typeof VersionIds[number]
export const DEFAULT_VERSION: VersionId = '1.19.3'
export const DEFAULT_VERSION: VersionId = '1.19.4'
export type BlockStateRegistry = {
[block: string]: {