diff options
| author | Madeleaan <70163122+Madeleaan@users.noreply.github.com> | 2024-08-03 17:50:56 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-03 17:50:56 +0200 |
| commit | effe46a69d26d05b5f4d9360b92414e1cee7b387 (patch) | |
| tree | 371424f858e2d3986348d01d3e18dbb57e35e7b0 /src/main/java/io/github/moulberry/notenoughupdates/util/GuiTextures.java | |
| parent | cdff3a6ce8f0320a336f89ff165d23048388fddc (diff) | |
| download | notenoughupdates-effe46a69d26d05b5f4d9360b92414e1cee7b387.tar.gz notenoughupdates-effe46a69d26d05b5f4d9360b92414e1cee7b387.tar.bz2 notenoughupdates-effe46a69d26d05b5f4d9360b92414e1cee7b387.zip | |
Add accessory bag overlay features (#1269)
Co-authored-by: nopo <nopotheemail@gmail.com>
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, 2 insertions, 2 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 062e65e2..d5d39452 100644 --- a/src/main/java/io/github/moulberry/notenoughupdates/util/GuiTextures.java +++ b/src/main/java/io/github/moulberry/notenoughupdates/util/GuiTextures.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 NotEnoughUpdates contributors + * Copyright (C) 2022-2024 NotEnoughUpdates contributors * * This file is part of NotEnoughUpdates. * @@ -55,7 +55,7 @@ public class GuiTextures { new ResourceLocation("notenoughupdates:FSR_do_not_texture_this_please.png"); public static final ResourceLocation accessory_bag_overlay = - new ResourceLocation("notenoughupdates:accessory_bag_overlay.png"); + new ResourceLocation("notenoughupdates:accessory_bag_overlay_v2.png"); public static final ResourceLocation quickcommand_background = new ResourceLocation("notenoughupdates:quickcommand_background.png"); |
