mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
Fricker.
Fixed servers.
This commit is contained in:
parent
8d8519786e
commit
1e0bf7c65e
1 changed files with 0 additions and 3 deletions
|
@ -35,15 +35,12 @@ import org.lwjgl.opengl.GL11;
|
||||||
|
|
||||||
public final class AssetUtil{
|
public final class AssetUtil{
|
||||||
|
|
||||||
@SideOnly(Side.CLIENT)
|
|
||||||
public static final ResourceLocation GUI_INVENTORY_LOCATION = getGuiLocation("guiInventory");
|
public static final ResourceLocation GUI_INVENTORY_LOCATION = getGuiLocation("guiInventory");
|
||||||
|
|
||||||
@SideOnly(Side.CLIENT)
|
|
||||||
public static ResourceLocation getGuiLocation(String file){
|
public static ResourceLocation getGuiLocation(String file){
|
||||||
return new ResourceLocation(ModUtil.MOD_ID, "textures/gui/"+file+".png");
|
return new ResourceLocation(ModUtil.MOD_ID, "textures/gui/"+file+".png");
|
||||||
}
|
}
|
||||||
|
|
||||||
@SideOnly(Side.CLIENT)
|
|
||||||
public static ResourceLocation getBookletGuiLocation(String file){
|
public static ResourceLocation getBookletGuiLocation(String file){
|
||||||
return new ResourceLocation(ModUtil.MOD_ID, "textures/gui/booklet/"+file+".png");
|
return new ResourceLocation(ModUtil.MOD_ID, "textures/gui/booklet/"+file+".png");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue