We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47cafc3 commit f3ec255Copy full SHA for f3ec255
zip-common/src/main/java/net/imprex/zip/common/MinecraftVersion.java
@@ -18,6 +18,7 @@ private static final class NmsMapping {
18
private static final List<NmsMapping> MAPPINGS = new ArrayList<>();
19
20
static {
21
+ MAPPINGS.add(new NmsMapping("1.21.9", "v1_21_R6"));
22
MAPPINGS.add(new NmsMapping("1.21.6", "v1_21_R5"));
23
MAPPINGS.add(new NmsMapping("1.21.5", "v1_21_R4"));
24
MAPPINGS.add(new NmsMapping("1.21.4", "v1_21_R3"));
0 commit comments