update overworld pack

This commit is contained in:
Julian Krings 2025-07-11 12:54:16 +02:00
parent 343dc429d5
commit 64bb81626c
No known key found for this signature in database
GPG Key ID: 208C6E08C3B718D2
2 changed files with 2 additions and 1 deletions

View File

@ -37,7 +37,7 @@ plugins {
} }
group = "com.volmit" group = "com.volmit"
version = "3.6.11-1.20.1-1.21.5" version = "3.6.11-1.20.1-1.21.7"
apply<ApiGenerator>() apply<ApiGenerator>()

View File

@ -40,6 +40,7 @@ public class INMS {
"1.21.7", "v1_21_R5" "1.21.7", "v1_21_R5"
); );
private static final List<Version> PACKS = List.of( private static final List<Version> PACKS = List.of(
new Version(21, 5, "31100"),
new Version(21, 4, "31020"), new Version(21, 4, "31020"),
new Version(21, 2, "31000"), new Version(21, 2, "31000"),
new Version(20, 1, "3910") new Version(20, 1, "3910")