diff --git a/src/main/java/techreborn/client/gui/GuiDieselGenerator.java b/src/main/java/techreborn/client/gui/GuiDieselGenerator.java index 963355513..32c8cf469 100644 --- a/src/main/java/techreborn/client/gui/GuiDieselGenerator.java +++ b/src/main/java/techreborn/client/gui/GuiDieselGenerator.java @@ -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; diff --git a/src/main/java/techreborn/client/gui/GuiSemifluidGenerator.java b/src/main/java/techreborn/client/gui/GuiSemifluidGenerator.java index a5b3ae896..9c5d0c17d 100644 --- a/src/main/java/techreborn/client/gui/GuiSemifluidGenerator.java +++ b/src/main/java/techreborn/client/gui/GuiSemifluidGenerator.java @@ -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; diff --git a/src/main/resources/assets/techreborn/textures/gui/diesel_generator.png b/src/main/resources/assets/techreborn/textures/gui/diesel_generator.png new file mode 100644 index 000000000..b30960025 Binary files /dev/null and b/src/main/resources/assets/techreborn/textures/gui/diesel_generator.png differ diff --git a/src/main/resources/assets/techreborn/textures/gui/semifluid_generator.png b/src/main/resources/assets/techreborn/textures/gui/semifluid_generator.png index bd4c6dce5..b30960025 100644 Binary files a/src/main/resources/assets/techreborn/textures/gui/semifluid_generator.png and b/src/main/resources/assets/techreborn/textures/gui/semifluid_generator.png differ