Diesel and Semifluid generator GUI textures

Closes #421
This commit is contained in:
Prospector 2016-03-27 10:57:31 -07:00
parent 5dad8067eb
commit b08ca6b91c
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