Skip to content

Commit

Permalink
fix: heck
Browse files Browse the repository at this point in the history
  • Loading branch information
Zepalesque committed Jan 3, 2025
1 parent 3c2925e commit 3767618
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import java.util.stream.Stream;

@Mixin(AbstractWhirlwind.class)
public class AbstractWhirlwindMixin extends LivingEntityMixin {
public abstract class AbstractWhirlwindMixin extends LivingEntityMixin {
@Inject(method = "tick", at = @At(value = "INVOKE", target = "Lcom/aetherteam/aether/entity/monster/AbstractWhirlwind;discard()V"), cancellable = true)
protected void redux$dissipate(CallbackInfo ci) {
((AbstractWhirlwind) (Object) this).setHealth(0.0F);
Expand Down

0 comments on commit 3767618

Please sign in to comment.