Fixed guis

This commit is contained in:
gigabit101 2016-03-23 21:36:58 +00:00
parent 887708d128
commit 1a580bb1d1
4 changed files with 6 additions and 4 deletions

View file

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

View file

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

View file

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