Skip to content

Commit

Permalink
Fix #1602 Recipe transfer selects the wrong recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
mezz committed Jun 30, 2019
1 parent f520f42 commit 15476ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/mezz/jei/gui/recipes/RecipesGui.java
Expand Up @@ -472,6 +472,7 @@ private void updateLayout() {
}

private void addRecipeTransferButtons(List<RecipeLayout> recipeLayouts) {
children.removeAll(buttons);
buttons.clear();
addButtons();

Expand Down

0 comments on commit 15476ec

Please sign in to comment.