mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-29 01:22:44 +00:00
Merge branch 'master' of https://github.com/misode/misode.github.io into mcdoc
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import config from '../Config.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', '1.21.2'] as const
|
||||
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', '1.21.2', '1.21.4'] as const
|
||||
export type VersionId = typeof VersionIds[number]
|
||||
|
||||
export const DEFAULT_VERSION: VersionId = '1.21.2'
|
||||
|
||||
@@ -164,6 +164,13 @@
|
||||
"name": "1.21.2 — 1.21.3",
|
||||
"pack_format": 57,
|
||||
"show": true
|
||||
},
|
||||
{
|
||||
"id": "1.21.4",
|
||||
"dynamic": true,
|
||||
"name": "1.21.4",
|
||||
"pack_format": 58,
|
||||
"show": true
|
||||
}
|
||||
],
|
||||
"generators": [
|
||||
|
||||
Reference in New Issue
Block a user