diff options
author | DeDiamondPro <67508414+DeDiamondPro@users.noreply.github.com> | 2022-06-11 18:21:31 +0200 |
---|---|---|
committer | DeDiamondPro <67508414+DeDiamondPro@users.noreply.github.com> | 2022-06-11 18:21:31 +0200 |
commit | 7f28a19a6e11ab7cddeb51caffa76b1ad71cfeae (patch) | |
tree | 95b36e8046b4c0b5a95f84b639fd156342ee20c3 /build.gradle.kts | |
parent | 07e458108b148622d35b5f419be495b0610ddbd8 (diff) | |
download | OneConfig-7f28a19a6e11ab7cddeb51caffa76b1ad71cfeae.tar.gz OneConfig-7f28a19a6e11ab7cddeb51caffa76b1ad71cfeae.tar.bz2 OneConfig-7f28a19a6e11ab7cddeb51caffa76b1ad71cfeae.zip |
fix things
Diffstat (limited to 'build.gradle.kts')
-rw-r--r-- | build.gradle.kts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build.gradle.kts b/build.gradle.kts index db12bea..6232699 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -237,7 +237,6 @@ tasks { "TweakOrder" to "0", "MixinConfigs" to "mixins.oneconfig.json", "TweakClass" to "org.spongepowered.asm.launch.MixinTweaker", - "FMLCorePlugin" to "cc.polyfrost.oneconfig.internal.plugin.LoadingPlugin", "FMLCorePluginContainsFMLMod" to "lol" ) ) |