mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-26 00:16:51 +00:00
1.19 release
This commit is contained in:
@@ -27,7 +27,7 @@ export namespace Store {
|
||||
if (version && VersionIds.includes(version as VersionId)) {
|
||||
return version as VersionId
|
||||
}
|
||||
return '1.18.2'
|
||||
return '1.19'
|
||||
}
|
||||
|
||||
export function getIndent() {
|
||||
|
||||
@@ -88,6 +88,8 @@ const ARTICLE_OVERRIDES = new Map(Object.entries({
|
||||
'1.18-pre8': 'minecraft-1-18-pre-release-6',
|
||||
1.18: 'caves---cliffs--part-ii-out-today-java',
|
||||
'1.18.2-pre3': 'minecraft-1-18-2-pre-release-2',
|
||||
'1.18.2-pre5': 'minecraft-1-18-2-pre-release-4',
|
||||
1.19: 'the-wild-update-out-today-java',
|
||||
}))
|
||||
|
||||
export function getArticleLink(version: string): string | undefined {
|
||||
|
||||
Reference in New Issue
Block a user