Merge pull request #145 from Everett1999/master

Fix path to button/cloud.png
This commit is contained in:
115kino 2017-07-12 21:34:18 -04:00 committed by GitHub
commit aad7005a42

View file

@ -8,7 +8,7 @@ import net.minecraft.util.ResourceLocation;
public class GuiAccessoryButton extends GuiButton
{
protected static final ResourceLocation BUTTON_TEXTURE = new ResourceLocation("aether_legacy", "textures/gui/inventory//button/cloud.png");
protected static final ResourceLocation BUTTON_TEXTURE = new ResourceLocation("aether_legacy", "textures/gui/inventory/button/cloud.png");
protected static final ResourceLocation BUTTON_HOVERED_TEXTURE = new ResourceLocation("aether_legacy", "textures/gui/inventory/button/cloud_hover.png");
@ -36,4 +36,4 @@ public class GuiAccessoryButton extends GuiButton
}
}
}
}