Fixed guis
This commit is contained in:
parent
887708d128
commit
1a580bb1d1
4 changed files with 6 additions and 4 deletions
|
@ -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;
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue