Skip to content

Commit

Permalink
fix recipe extra information
Browse files Browse the repository at this point in the history
  • Loading branch information
slprime committed Jan 21, 2024
1 parent b03ae51 commit 183e40a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -779,7 +779,7 @@ public void drawForeground(int recipe) {
GL11.glColor4f(1, 1, 1, 1);
GL11.glDisable(GL11.GL_LIGHTING);
changeTexture(getGuiTexture());
drawExtras(recipe);
drawExtras(ref(recipe));
}

public List<PositionedStack> getIngredientStacks(int recipe) {
Expand Down

0 comments on commit 183e40a

Please sign in to comment.