Fix missing gui textures

This commit is contained in:
modmuss50 2016-09-19 20:21:47 +01:00
parent 281537a417
commit 0f8bb12fea
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@ public class GuiDigitalChest extends GuiContainer
{ {
private static final ResourceLocation texture = new ResourceLocation("techreborn", private static final ResourceLocation texture = new ResourceLocation("techreborn",
"textures/gui/ThermalGenerator.png"); "textures/gui/thermal_generator.png");
TileDigitalChest tile; TileDigitalChest tile;

View file

@ -12,7 +12,7 @@ public class GuiQuantumChest extends GuiContainer
{ {
private static final ResourceLocation texture = new ResourceLocation("techreborn", private static final ResourceLocation texture = new ResourceLocation("techreborn",
"textures/gui/ThermalGenerator.png"); "textures/gui/thermal_generator.png");
TileQuantumChest tile; TileQuantumChest tile;