mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
I'm an Idiot.
This commit is contained in:
parent
2ffee99ca0
commit
d29c8116e5
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue