Skip to content

Commit

Permalink
Add the template to the Smithing page
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrbysco committed Nov 14, 2024
1 parent 2a7cc75 commit 5da35ef
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ protected void drawRecipe(GuiGraphics graphics, SmithingRecipe recipe, int recip

parent.renderIngredient(graphics, recipeX + 4, recipeY + 4, mouseX, mouseY, getBase(recipe));
parent.renderIngredient(graphics, recipeX + 4, recipeY + 23, mouseX, mouseY, getAddition(recipe));
// TODO add template
parent.renderItemStack(graphics, recipeX + 40, recipeY + 13, mouseX, mouseY, recipe.getToastSymbol());
parent.renderIngredient(graphics, recipeX + 40, recipeY + 4, mouseX, mouseY, getTemplate(recipe));
parent.renderItemStack(graphics, recipeX + 40, recipeY + 20, mouseX, mouseY, recipe.getToastSymbol());
parent.renderItemStack(graphics, recipeX + 76, recipeY + 13, mouseX, mouseY, recipe.getResultItem(level.registryAccess()));
}

Expand Down

0 comments on commit 5da35ef

Please sign in to comment.