Fix missing gui textures
This commit is contained in:
parent
281537a417
commit
0f8bb12fea
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue