Skip to content

Commit

Permalink
fix draw handler foreground
Browse files Browse the repository at this point in the history
  • Loading branch information
slprime committed Feb 21, 2024
1 parent 4741d20 commit e69a532
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/codechicken/nei/recipe/GuiRecipe.java
Original file line number Diff line number Diff line change
Expand Up @@ -1021,6 +1021,8 @@ public void drawGuiContainerForegroundLayer(int mouseX, int mouseY) {
for (int refIndex = 0; refIndex < indices.size(); refIndex++) {
int recipeIndex = indices.get(refIndex);

handler.original.drawForeground(recipeIndex);

if (presenceOverlay > 0 && firstGui != null
&& firstGui.inventorySlots != null
&& (isMouseOverOverlayButton(refIndex) || limitToOneRecipe)) {
Expand Down

0 comments on commit e69a532

Please sign in to comment.