Skip to content

Commit

Permalink
Fix 1.8->1.9 item rewriting (#3859)
Browse files Browse the repository at this point in the history
  • Loading branch information
RaphiMC committed May 17, 2024
1 parent 5a1a22a commit 0427aec
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ public void register() {
entityTracker.syncShieldWithSword();
}

handleItemToServer(wrapper.user(), stack);
handleItemToClient(wrapper.user(), stack);
});
// Brewing patch
handler(wrapper -> {
Expand Down Expand Up @@ -491,4 +491,4 @@ public void register() {
}
return item;
}
}
}

0 comments on commit 0427aec

Please sign in to comment.