Skip to content

Commit bb57f30

Browse files
committed
Fixed coal generator background rendering twice. Closes #1462
1 parent 4bfa6de commit bb57f30

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
* Fixed the Farmer not making sounds when planting.
1919
* Overhauled AA crop drop tables to be more in line with 1.12 numbers.
2020
* Re-added native right click harvesting to AA crops.
21+
* Fixed coal generator gui having a extra dark background.
2122

2223
# 1.3.10+mc1.21.1
2324
* Fixed Fluid placer not being harvestable.

src/main/java/de/ellpeck/actuallyadditions/mod/inventory/gui/GuiCoalGenerator.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ public void init() {
4343

4444
@Override
4545
public void render(@Nonnull GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTicks) {
46-
renderBackground(guiGraphics, mouseX, mouseY, partialTicks);
4746
super.render(guiGraphics, mouseX, mouseY, partialTicks);
4847
this.energy.render(guiGraphics, mouseX, mouseY);
4948
renderTooltip(guiGraphics, mouseX, mouseY);

0 commit comments

Comments
 (0)