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 | |
parent | f653ea26e7418f676791d83bafa4ac2d13ad7d95 (diff) | |
download | skyhanni-e17e88f16cbff32793fa3bd98816bf20023887ba.tar.gz skyhanni-e17e88f16cbff32793fa3bd98816bf20023887ba.tar.bz2 skyhanni-e17e88f16cbff32793fa3bd98816bf20023887ba.zip |
code cleanup
-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 |