Changed inventory icon location
This commit is contained in:
parent
9dee57a91f
commit
9db3a63b57
2 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ import net.minecraft.util.ResourceLocation;
|
|||
public class GuiAccessoryButton extends GuiButton
|
||||
{
|
||||
|
||||
protected static final ResourceLocation BUTTON_TEXTURES = new ResourceLocation("aether_legacy", "textures/items/accessories/iron_bubble.png");
|
||||
protected static final ResourceLocation BUTTON_TEXTURES = new ResourceLocation("aether_legacy", "textures/gui/inventory/icon.png");
|
||||
|
||||
public GuiAccessoryButton(ScaledResolution resolution)
|
||||
{
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 2.9 KiB |
Loading…
Reference in a new issue