diff options
author | Lorenz <ESs95s3P5z8Pheb> | 2022-07-08 15:40:01 +0200 |
---|---|---|
committer | Lorenz <ESs95s3P5z8Pheb> | 2022-07-08 15:40:01 +0200 |
commit | e17e88f16cbff32793fa3bd98816bf20023887ba (patch) | |
tree | 94e3577416d5f29cd4d39b40403a7a92c8716070 /build.gradle | |
parent | f653ea26e7418f676791d83bafa4ac2d13ad7d95 (diff) | |
download | skyhanni-e17e88f16cbff32793fa3bd98816bf20023887ba.tar.gz skyhanni-e17e88f16cbff32793fa3bd98816bf20023887ba.tar.bz2 skyhanni-e17e88f16cbff32793fa3bd98816bf20023887ba.zip |
code cleanup
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 2 |
1 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 ) |