switch to standard of snake_case in ids and resource files
This commit is contained in:
2
src/main/java/storagecraft/gui/GuiGrid.java
Normal file → Executable file
2
src/main/java/storagecraft/gui/GuiGrid.java
Normal file → Executable file
@@ -131,7 +131,7 @@ public class GuiGrid extends GuiBase
|
||||
{
|
||||
if (grid.getType() == EnumGridType.CRAFTING)
|
||||
{
|
||||
bindTexture("gui/craftingGrid.png");
|
||||
bindTexture("gui/crafting_grid.png");
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user