Skip to content

Commit

Permalink
chore: improve crafting matrix sync
Browse files Browse the repository at this point in the history
  • Loading branch information
klikli-dev committed Jun 13, 2023
1 parent 86295f0 commit 48f314a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ public void slotsChanged(Container inventoryIn) {
//only allow matrix changes while we are not crafting
return;
}
this.updateCraftingSlots(true);
this.findRecipeForMatrix();
}

Expand Down

0 comments on commit 48f314a

Please sign in to comment.