diff options
author | ThatGravyBoat <thatgravyboat@gmail.com> | 2021-07-17 01:26:21 -0230 |
---|---|---|
committer | ThatGravyBoat <thatgravyboat@gmail.com> | 2021-07-17 01:26:21 -0230 |
commit | e364de18cbcbc9f334d890703812876789374bab (patch) | |
tree | d9360da1aaba43d88a2637ac73d9a15bd374886a /src/main/java/com/thatgravyboat/skyblockhud/GuiTextures.java | |
parent | 3f3a68b898930c9c33ff852e6d0d8270835c4b98 (diff) | |
download | SkyblockHud-Death-Defied-e364de18cbcbc9f334d890703812876789374bab.tar.gz SkyblockHud-Death-Defied-e364de18cbcbc9f334d890703812876789374bab.tar.bz2 SkyblockHud-Death-Defied-e364de18cbcbc9f334d890703812876789374bab.zip |
Added the ability to turn off the map for certain locations and added the ability for texture pack devs to add textures for npc dialogue
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, 1 insertions, 0 deletions
diff --git a/src/main/java/com/thatgravyboat/skyblockhud/GuiTextures.java b/src/main/java/com/thatgravyboat/skyblockhud/GuiTextures.java index 95a9499..07b7bfc 100644 --- a/src/main/java/com/thatgravyboat/skyblockhud/GuiTextures.java +++ b/src/main/java/com/thatgravyboat/skyblockhud/GuiTextures.java @@ -19,6 +19,7 @@ public class GuiTextures { public static final ResourceLocation TWO = new ResourceLocation("skyblockhud:core/toggle_2.png"); public static final ResourceLocation THREE = new ResourceLocation("skyblockhud:core/toggle_3.png"); public static final ResourceLocation ON = new ResourceLocation("skyblockhud:core/toggle_on.png"); + public static final ResourceLocation DELETE = new ResourceLocation("skyblockhud:core/delete.png"); public static final ResourceLocation slider_off_cap = new ResourceLocation("skyblockhud:core/slider/slider_off_cap.png"); public static final ResourceLocation slider_off_notch = new ResourceLocation("skyblockhud:core/slider/slider_off_notch.png"); |