We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 958047b + 714d671 commit 13a1ae5Copy full SHA for 13a1ae5
1 file changed
src/testmod/java/io/github/ladysnake/paltest/mixin/LivingEntityMixin.java
@@ -33,5 +33,6 @@ private void callOnRemoved(StatusEffect effect, AttributeContainer attributeCont
33
if (effect instanceof FlightEffect flightEffect) {
34
flightEffect.onRemoved((LivingEntity) (Object) this);
35
}
36
+ original.call(effect, attributeContainer);
37
38
0 commit comments