diff options
-rw-r--r-- | build.gradle | 2 | ||||
-rw-r--r-- | src/main/resources/mixins.lorenzmod.json (renamed from src/main/resources/mixins.skyblockhud.json) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 29d1e4f30..60654c5fd 100644 --- a/build.gradle +++ b/build.gradle @@ -67,7 +67,7 @@ mixin { jar { manifest.attributes( 'TweakClass': 'org.spongepowered.asm.launch.MixinTweaker', - 'MixinConfigs': 'mixins.skyblockhud.json', + 'MixinConfigs': 'mixins.lorenzmod.json', 'FMLCorePluginContainsFMLMod': true, 'ForceLoadAsMod': true ) diff --git a/src/main/resources/mixins.skyblockhud.json b/src/main/resources/mixins.lorenzmod.json index 32f423f03..32f423f03 100644 --- a/src/main/resources/mixins.skyblockhud.json +++ b/src/main/resources/mixins.lorenzmod.json |