This commit is contained in:
modmuss50 2016-03-27 17:58:52 +01:00
commit cd8de44e79
4 changed files with 2 additions and 2 deletions

View file

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

View file

@ -13,7 +13,7 @@ public class GuiSemifluidGenerator extends GuiContainer
// TODO: use semifluid generator texture
private static final ResourceLocation texture = new ResourceLocation("techreborn",
"textures/gui/ThermalGenerator.png");
"textures/gui/semifluid_generator.png");
TileSemifluidGenerator tile;

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB