Skip to content

Commit ca58b38

Browse files
committed
Remove unused mixin
1 parent 2cd6e42 commit ca58b38

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

common/src/main/java/com/lambda/mixin/items/TridentMixin.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,4 @@ private double modifyVelocity2(double velocity) {
2929
private boolean modifyIsTouchingWaterOrRain(boolean original) {
3030
return TridentBoost.INSTANCE.isEnabled() && TridentBoost.getForceUse() || original;
3131
}
32-
33-
@ModifyArg(method = "onStoppedUsing", at = @At(value = "INVOKE", target = "Lnet/minecraft/entity/player/PlayerEntity;useRiptide(I)V"))
34-
private int modifyRiptide(int riptide) {
35-
return TridentBoost.INSTANCE.isEnabled() ? TridentBoost.getDelay() : riptide;
36-
}
3732
}

0 commit comments

Comments
 (0)