1
0
Fork 0
mirror of https://github.com/Ellpeck/ActuallyAdditions.git synced 2025-01-10 18:03:48 +01:00

I'm an Idiot.

This commit is contained in:
Ellpeck 2015-08-14 11:33:06 +02:00
parent 2ffee99ca0
commit d29c8116e5
3 changed files with 3 additions and 3 deletions

View file

@ -92,7 +92,7 @@ public class CompostRecipeHandler extends TemplateRecipeHandler{
@Override
public String getGuiTexture(){
return ModUtil.MOD_ID_LOWER + ":textures/gui/GuiNEISimple.png";
return ModUtil.MOD_ID_LOWER + ":textures/gui/guiNEISimple.png";
}
@Override

View file

@ -101,7 +101,7 @@ public class HairyBallRecipeHandler extends TemplateRecipeHandler{
@Override
public String getGuiTexture(){
return ModUtil.MOD_ID_LOWER + ":textures/gui/GuiNEISimple.png";
return ModUtil.MOD_ID_LOWER + ":textures/gui/guiNEISimple.png";
}
@Override

View file

@ -105,7 +105,7 @@ public class TreasureChestRecipeHandler extends TemplateRecipeHandler{
@Override
public String getGuiTexture(){
return ModUtil.MOD_ID_LOWER + ":textures/gui/GuiNEISimple.png";
return ModUtil.MOD_ID_LOWER + ":textures/gui/guiNEISimple.png";
}
@Override