From 7f28a19a6e11ab7cddeb51caffa76b1ad71cfeae Mon Sep 17 00:00:00 2001 From: DeDiamondPro <67508414+DeDiamondPro@users.noreply.github.com> Date: Sat, 11 Jun 2022 18:21:31 +0200 Subject: fix things --- build.gradle.kts | 1 - 1 file changed, 1 deletion(-) (limited to 'build.gradle.kts') 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" ) ) -- cgit