Make 1.20 the new default version

This commit is contained in:
Misode
2023-06-21 04:16:21 +02:00
parent e14d7ea867
commit e519f1c757
2 changed files with 4 additions and 4 deletions

View File

@@ -1,14 +1,14 @@
import type { CollectionRegistry, INode, SchemaRegistry } from '@mcschema/core'
import { ChoiceNode, DataModel, Reference, StringNode } from '@mcschema/core'
import config from '../Config.js'
import { initPartners } from '../partners/index.js'
import { message } from '../Utils.js'
import { initPartners } from '../partners/index.js'
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', '1.20'] as const
export type VersionId = typeof VersionIds[number]
export const DEFAULT_VERSION: VersionId = '1.19.4'
export const DEFAULT_VERSION: VersionId = '1.20'
export type BlockStateRegistry = {
[block: string]: {