switch to standard of snake_case in ids and resource files

This commit is contained in:
Raoul Van den Berge
2015-12-27 21:23:35 +01:00
parent 995600bd16
commit 0c16a1e2d6
19 changed files with 67 additions and 164 deletions

2
src/main/java/storagecraft/gui/GuiGrid.java Normal file → Executable file
View 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
{