From bebb74e316aded73bd7ab920170c02ca06a0005d Mon Sep 17 00:00:00 2001 From: Rongmario Date: Mon, 13 Feb 2023 10:12:44 +0000 Subject: [PATCH] Stopping the inclusion of TweakClass metadata --- build.gradle | 3 --- 1 file changed, 3 deletions(-) diff --git a/build.gradle b/build.gradle index a024f44..65a20ca 100644 --- a/build.gradle +++ b/build.gradle @@ -111,9 +111,6 @@ jar { attribute_map['FMLCorePluginContainsFMLMod'] = true attribute_map['ForceLoadAsMod'] = project.gradle.startParameter.taskNames[0] == "build" } - } - if (project.use_mixins.toBoolean()) { - attribute_map['TweakClass'] = 'org.spongepowered.asm.launch.MixinTweaker' } if (project.use_access_transformer.toBoolean()) { attribute_map['FMLAT'] = project.archives_base_name + '_at.cfg'