Skip to content

Commit

Permalink
Fixed coal generator background rendering twice. Closes #1462
Browse files Browse the repository at this point in the history
  • Loading branch information
Flanks255 committed Dec 2, 2024
1 parent 4bfa6de commit bb57f30
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
* Fixed the Farmer not making sounds when planting.
* Overhauled AA crop drop tables to be more in line with 1.12 numbers.
* Re-added native right click harvesting to AA crops.
* Fixed coal generator gui having a extra dark background.

# 1.3.10+mc1.21.1
* Fixed Fluid placer not being harvestable.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ public void init() {

@Override
public void render(@Nonnull GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTicks) {
renderBackground(guiGraphics, mouseX, mouseY, partialTicks);
super.render(guiGraphics, mouseX, mouseY, partialTicks);
this.energy.render(guiGraphics, mouseX, mouseY);
renderTooltip(guiGraphics, mouseX, mouseY);
Expand Down

0 comments on commit bb57f30

Please sign in to comment.