Skip to content

Commit

Permalink
fix alchemy table screen color not reset
Browse files Browse the repository at this point in the history
  • Loading branch information
Cheaterpaul committed Jun 2, 2024
1 parent f04752a commit e3ea2ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ protected void renderBg(@NotNull GuiGraphics graphics, float p_230450_2_, int p_
graphics.blit(BREWING_STAND_LOCATION, i + 104, j + 36, 176, 13, (int) (j1 * 32), 32);
}
}

graphics.setColor(1.0F, 1.0F, 1.0F, 1.0F);
}
}

0 comments on commit e3ea2ca

Please sign in to comment.