Removed mixins from neoforge's mods.toml
This commit is contained in:
+2
-1
@@ -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
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -23,10 +23,9 @@ issueTrackerURL = "${issues}"
|
||||
#// Allow any version to be present (or not) on the server
|
||||
acceptableRemoteVersions = "*"
|
||||
|
||||
# TODO: Once there is a way to move this to the `META-INF/MANIFEST.MF` with architectury, DO SO!
|
||||
# (currently, this only works cus neoforge's mods.toml is added to the jar after forge's mods.toml, so this can work
|
||||
[[mixins]]
|
||||
config = "DistantHorizons.neoforge.mixins.json"
|
||||
# We may need this to make forge (lexforge) & neoforge work together
|
||||
#[[mixins]]
|
||||
# config = "DistantHorizons.neoforge.mixins.json"
|
||||
|
||||
[[dependencies.distanthorizons]]
|
||||
modId = "minecraft"
|
||||
|
||||
Reference in New Issue
Block a user