Fix #314 Make 1.19.3 the default version

This commit is contained in:
Misode
2022-12-23 18:26:19 +01:00
parent 882177cd46
commit 5c9fa1eaaf
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'] as const
export type VersionId = typeof VersionIds[number]
export const DEFAULT_VERSION: VersionId = '1.19'
export const DEFAULT_VERSION: VersionId = '1.19.3'
export type BlockStateRegistry = {
[block: string]: {