diff options
author | ThatGravyBoat <ThatGravyBoat@users.noreply.github.com> | 2021-07-18 07:58:09 +0000 |
---|---|---|
committer | GitHub Action <actions@github.com> | 2021-07-18 07:58:09 +0000 |
commit | ccbaac36b14d52f072287775ba55bedb1131beb9 (patch) | |
tree | 92604e6451b48e462abaf4ac4d00cce9f939ab96 /src/main/java/com/thatgravyboat/skyblockhud/GuiTextures.java | |
parent | 5559861e52a788f08bc48946a9aad6dd52b373bf (diff) | |
download | SkyblockHud-Death-Defied-ccbaac36b14d52f072287775ba55bedb1131beb9.tar.gz SkyblockHud-Death-Defied-ccbaac36b14d52f072287775ba55bedb1131beb9.tar.bz2 SkyblockHud-Death-Defied-ccbaac36b14d52f072287775ba55bedb1131beb9.zip |
Prettified Code!
Diffstat (limited to 'src/main/java/com/thatgravyboat/skyblockhud/GuiTextures.java')
-rw-r--r-- | src/main/java/com/thatgravyboat/skyblockhud/GuiTextures.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main/java/com/thatgravyboat/skyblockhud/GuiTextures.java b/src/main/java/com/thatgravyboat/skyblockhud/GuiTextures.java index 69faf06..bb49c9c 100644 --- a/src/main/java/com/thatgravyboat/skyblockhud/GuiTextures.java +++ b/src/main/java/com/thatgravyboat/skyblockhud/GuiTextures.java @@ -30,5 +30,4 @@ public class GuiTextures { public static final ResourceLocation slider_button_new = new ResourceLocation("skyblockhud:core/slider/slider_button.png"); public static final ResourceLocation mapOverlay = new ResourceLocation("skyblockhud", "maps/map_overlay.png"); - } |