mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-29 09:32:43 +00:00
Make 1.21 the default version
This commit is contained in:
@@ -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', '1.20', '1.20.2', '1.20.3', '1.20.5', '1.21'] as const
|
||||
export type VersionId = typeof VersionIds[number]
|
||||
|
||||
export const DEFAULT_VERSION: VersionId = '1.20.5'
|
||||
export const DEFAULT_VERSION: VersionId = '1.21'
|
||||
|
||||
export type BlockStateRegistry = {
|
||||
[block: string]: {
|
||||
|
||||
@@ -154,9 +154,9 @@
|
||||
},
|
||||
{
|
||||
"id": "1.21",
|
||||
"dynamic": true,
|
||||
"ref": "1.21",
|
||||
"name": "1.21",
|
||||
"pack_format": 43,
|
||||
"pack_format": 48,
|
||||
"show": true
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user