Removed mixins from neoforge's mods.toml

This commit is contained in:
coolGi
2024-02-22 22:10:34 +10:30
parent 4290cdf8c6
commit 004059dd9f
2 changed files with 5 additions and 5 deletions
+2 -1
View File
@@ -8,7 +8,8 @@ plugins {
id "io.github.pacifistmc.forgix" version "1.2.6"
// Unimined is our all in one solution to minecraft loaders
id "xyz.wagyourtail.unimined" version "1.1.2-SNAPSHOT" apply false
// id "xyz.wagyourtail.unimined" version "1.2.0-SNAPSHOT" apply false // Unstable Release (TODO: Check back to see when the unstable branch fixes forge run without the jank)
id "xyz.wagyourtail.unimined" version "1.1.2-SNAPSHOT" apply false // LTS Release
}