Skip to content

Commit

Permalink
Clear cache when resetting
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrews54757 committed Apr 19, 2020
1 parent 0d6c3f4 commit e8bc906
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ public void clearRecipe()
this.recipe[i] = InventoryUtils.EMPTY_STACK;
}

this.cachedRecipeFromBook = null;
this.result = InventoryUtils.EMPTY_STACK;
}

Expand Down

0 comments on commit e8bc906

Please sign in to comment.