Skip to content

Commit

Permalink
fix: Fix crash when opening crafting screen #209
Browse files Browse the repository at this point in the history
  • Loading branch information
BlayTheNinth committed Dec 29, 2023
1 parent f9a6768 commit cc799c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public void renderWidget(GuiGraphics guiGraphics, int mouseX, int mouseY, float
properties = normalProperties;
}

super.render(guiGraphics, mouseX, mouseY, partialTicks);
super.renderWidget(guiGraphics, mouseX, mouseY, partialTicks);
}

private Tooltip createTooltip(TweakType tweak) {
Expand Down

0 comments on commit cc799c0

Please sign in to comment.