Skip to content

Commit

Permalink
add hand animation
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeRNG committed Aug 21, 2023
1 parent c09e8a2 commit 6c31782
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ private void run(String name) {
data.addProperty("scope",name);
pbv.put("hypercube:varitem",NbtString.of(var.toString()));
Utility.sendHandItem(stack);
CodeClient.MC.gameRenderer.firstPersonRenderer.resetEquipProgress(Hand.MAIN_HAND);
}

@Override
Expand Down

0 comments on commit 6c31782

Please sign in to comment.