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 2b41056 commit 4596272Copy full SHA for 4596272
zip-common/src/main/java/net/imprex/zip/common/MinecraftVersion.java
@@ -19,6 +19,7 @@ private static final class NmsMapping {
19
private static final List<NmsMapping> MAPPINGS = new ArrayList<>();
20
21
static {
22
+ MAPPINGS.add(new NmsMapping("1.21.5", "v1_21_R4"));
23
MAPPINGS.add(new NmsMapping("1.21.4", "v1_21_R3"));
24
MAPPINGS.add(new NmsMapping("1.21.3", "v1_21_R2"));
25
MAPPINGS.add(new NmsMapping("1.21", "v1_21_R1"));
0 commit comments