Skip to content

Commit

Permalink
fixed rabbit jump particle
Browse files Browse the repository at this point in the history
  • Loading branch information
ImToggle committed Jul 19, 2024
1 parent 07bd765 commit 1ed0a4c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ private void enableNoClip(double x, double y, double z, CallbackInfo ci) {
}
}

@Inject(method = "spawnRunningParticles", at = @At("HEAD"), cancellable = true)
@Inject(method = "createRunningParticles", at = @At("HEAD"), cancellable = true)
private void runningParticle(CallbackInfo ci) {
if (worldObj != null && !worldObj.isRemote) return;
ParticleConfig config = OverflowParticles.INSTANCE.getConfigs().get(37);
Expand Down

0 comments on commit 1ed0a4c

Please sign in to comment.