From 004059dd9fffac7d322db2f71a1c38867a725f9d Mon Sep 17 00:00:00 2001 From: coolGi Date: Thu, 22 Feb 2024 22:10:34 +1030 Subject: [PATCH] Removed mixins from neoforge's mods.toml --- build.gradle | 3 ++- neoforge/src/main/resources/META-INF/mods.toml | 7 +++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build.gradle b/build.gradle index ee19ae497..9cfcb809c 100644 --- a/build.gradle +++ b/build.gradle @@ -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 } diff --git a/neoforge/src/main/resources/META-INF/mods.toml b/neoforge/src/main/resources/META-INF/mods.toml index dd5a9fa74..2a295c5ad 100644 --- a/neoforge/src/main/resources/META-INF/mods.toml +++ b/neoforge/src/main/resources/META-INF/mods.toml @@ -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"