diff options
author | ThatGravyBoat <ThatGravyBoat@users.noreply.github.com> | 2021-07-11 21:28:26 +0000 |
---|---|---|
committer | GitHub Action <actions@github.com> | 2021-07-11 21:28:26 +0000 |
commit | e616a0910bdf7f4540f2814a35c1b7eefa9cd59d (patch) | |
tree | e1ec5d961ef3a0b2337f9794176b3fac3ae299d2 /src/main/resources | |
parent | 3a1917c8a0af4157cc1e6d5f3986e89377f245d8 (diff) | |
download | SkyblockHud-Death-Defied-e616a0910bdf7f4540f2814a35c1b7eefa9cd59d.tar.gz SkyblockHud-Death-Defied-e616a0910bdf7f4540f2814a35c1b7eefa9cd59d.tar.bz2 SkyblockHud-Death-Defied-e616a0910bdf7f4540f2814a35c1b7eefa9cd59d.zip |
Prettified Code!
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/mixins.skyblockhud.json | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/main/resources/mixins.skyblockhud.json b/src/main/resources/mixins.skyblockhud.json index d928e55..b6f4593 100644 --- a/src/main/resources/mixins.skyblockhud.json +++ b/src/main/resources/mixins.skyblockhud.json @@ -2,8 +2,5 @@ "package": "com.thatgravyboat.skyblockhud.mixins", "refmap": "mixins.skyblockhud.refmap.json", "compatibilityLevel": "JAVA_8", - "mixins": [ - "MixinGuiIngameForge", - "MixinNetHandlerPlayClient" - ] + "mixins": ["MixinGuiIngameForge", "MixinNetHandlerPlayClient"] } |