Skip to content

Commit e9532e4

Browse files
committed
chore: update game version references
1 parent a7cee6e commit e9532e4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# worldgen
22

3-
An online datapack generator for Minecraft Java Edition 1.19/1.19.4/1.20.4 and custom biomes/dimensions. [Visit the latest version](https://worldgen.syldium.dev).
3+
An online datapack generator for Minecraft Java Edition 1.19/1.19.4/1.20.6 and custom biomes/dimensions. [Visit the latest version](https://worldgen.syldium.dev).
44

55
The `v1` branch is now the default one and replace the old and [initial version](https://github.com/syldium/worldgen/tree/master) [available here](https://master.worldgen.pages.dev).
66

prerender.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ for (
4444
const html = template
4545
.replace(
4646
'<!--meta-->',
47-
`<meta name="description" content="A ${custom}${name} datapack generator for Minecraft Java Edition 1.19-1.20.4" />
47+
`<meta name="description" content="A ${custom}${name} datapack generator for Minecraft Java Edition 1.19-1.20.6" />
4848
<meta property="og:title" content="${capitalizedName} datapack generator for Minecraft" />
49-
<meta property="og:description" content="A tool to generate datapacks with ${custom}${plural} for Minecraft 1.19-1.20.4" />${canonical}`
49+
<meta property="og:description" content="A tool to generate datapacks with ${custom}${plural} for Minecraft 1.19-1.20.6" />${canonical}`
5050
)
5151
.replace('<div id="root"></div>', '<div id="root">' + appHtml + '</div>');
5252

src/main/context/GameVersion.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export const PackFormatString = {
55
'1.18.2': 9,
66
'1.19': 10,
77
'1.19.4': 13,
8-
'1.20.4': 26
8+
'1.20.4': 41
99
} as const;
1010
export type GameVersion = keyof typeof PackFormatString;
1111
export type PackFormat = typeof PackFormatString[keyof typeof PackFormatString];

0 commit comments

Comments
 (0)