Changed inventory icon location

This commit is contained in:
Kino 2017-06-03 22:01:06 -04:00
parent 9dee57a91f
commit 9db3a63b57
2 changed files with 1 additions and 1 deletions

View file

@ -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