update to newer versions

This commit is contained in:
JumperOnJava
2025-12-25 21:58:38 +02:00
parent 65ed8951fc
commit 7281535fad
19 changed files with 326 additions and 241 deletions

View File

@@ -22,10 +22,10 @@ stonecutter {
for (version in versions) vers("$version-$loader", version)
}
//i would recommend to use neoforge for mc > 1.20.1, i haven't tested template for forge on versions higher than that
mc("fabric","1.20.1","1.20.4", "1.21.1", "1.21.3", "1.21.4")
mc("fabric","1.20.1","1.20.4", "1.21.1", "1.21.3", "1.21.4", "1.21.5", "1.21.6", "1.21.7", "1.21.8", "1.21.9", "1.21.10", "1.21.11")
mc("forge","1.20.1")
//WARNING: neoforge uses mods.toml instead of neoforge.mods.toml for versions 1.20.4 (?) and earlier
mc("neoforge", "1.20.4", "1.21.1", "1.21.3", "1.21.4")
mc("neoforge", "1.20.4", "1.21.1", "1.21.3", "1.21.4", "1.21.5", "1.21.6", "1.21.7", "1.21.8", "1.21.9", "1.21.10", "1.21.11")
}
create(rootProject)
}