Revert "[PORT] 1.21.4"

This reverts commit 78cc17f718.
This commit is contained in:
2025-01-14 15:08:53 +02:00
parent 78cc17f718
commit aded006f30
4 changed files with 9 additions and 9 deletions

View File

@@ -35,11 +35,11 @@ shadowJar {
unimined.minecraft {
neoForged {
if (isPort) {
/*if (isPort) {
loader "net.neoforged:neoforge:${neoforge_version}:universal"
} else {
} else {*/
loader neoforge_version
}
//}
mixinConfig("${mod_id}.mixins.json", "${mod_id}.neoforge.mixins.json")
}