Add 1.21.1-neoforge, still doesn't work though

This commit is contained in:
2026-06-06 13:00:36 +02:00
parent a362658371
commit d5202067d1
3 changed files with 4 additions and 4 deletions

View File

@@ -27,7 +27,7 @@ stonecutter {
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", "1.21.5", "1.21.6", "1.21.7", "1.21.8", "1.21.9", "1.21.10", "1.21.11")
mc("neoforge", "1.20.4", "1.21.9", "1.21.11")
mc("neoforge", "1.20.4", "1.21.1", "1.21.9", "1.21.11")
}
create(rootProject)
}