diff options
| author | NopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com> | 2022-10-19 13:08:31 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-19 15:08:31 +0200 |
| commit | 9a5cca0eaba26c40c9e2e88148bda2be161e1d70 (patch) | |
| tree | 8cd1083559b54d21cb696a084ec54c5ca3d16173 /src/main/java/io/github/moulberry/notenoughupdates/util/GuiTextures.java | |
| parent | a465173177f859f193ba014c77f0e10e7b9112e4 (diff) | |
| download | notenoughupdates-9a5cca0eaba26c40c9e2e88148bda2be161e1d70.tar.gz notenoughupdates-9a5cca0eaba26c40c9e2e88148bda2be161e1d70.tar.bz2 notenoughupdates-9a5cca0eaba26c40c9e2e88148bda2be161e1d70.zip | |
Remove the extra bar textures as fsr never used them (#361)
Diffstat (limited to 'src/main/java/io/github/moulberry/notenoughupdates/util/GuiTextures.java')
| -rw-r--r-- | src/main/java/io/github/moulberry/notenoughupdates/util/GuiTextures.java | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/main/java/io/github/moulberry/notenoughupdates/util/GuiTextures.java b/src/main/java/io/github/moulberry/notenoughupdates/util/GuiTextures.java index 3ead5a56..062e65e2 100644 --- a/src/main/java/io/github/moulberry/notenoughupdates/util/GuiTextures.java +++ b/src/main/java/io/github/moulberry/notenoughupdates/util/GuiTextures.java @@ -101,10 +101,6 @@ public class GuiTextures { new ResourceLocation("notenoughupdates:descending_overlay.png"); public static final ResourceLocation BAR = new ResourceLocation("notenoughupdates:core/bar.png"); - public static final ResourceLocation BAR_ONE = new ResourceLocation("notenoughupdates:core/bar_1.png"); - public static final ResourceLocation BAR_TWO = new ResourceLocation("notenoughupdates:core/bar_2.png"); - public static final ResourceLocation BAR_THREE = new ResourceLocation("notenoughupdates:core/bar_3.png"); - public static final ResourceLocation BAR_ON = new ResourceLocation("notenoughupdates:core/bar_on.png"); public static final ResourceLocation OFF = new ResourceLocation("notenoughupdates:core/toggle_off.png"); public static final ResourceLocation ONE = new ResourceLocation("notenoughupdates:core/toggle_1.png"); public static final ResourceLocation TWO = new ResourceLocation("notenoughupdates:core/toggle_2.png"); |
