Skip to content

Commit

Permalink
Update library/entity/status_effect/src/main/java/org/quiltmc/qsl/ent…
Browse files Browse the repository at this point in the history
…ity/effect/mixin/LivingEntityMixin.java

Co-authored-by: ix0rai <[email protected]>
  • Loading branch information
OroArmor and ix0rai authored Sep 8, 2024
1 parent 1edef9f commit cdb9328
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
import org.quiltmc.qsl.entity.effect.impl.QuiltStatusEffectInternals;
import org.spongepowered.asm.mixin.injection.callback.CallbackInfoReturnable;

// We want to make sure that our wrap operations are put before other mods, so that we wrap the vanilla call and not a mods call.
// We want to make sure that our wrap operations are put before other mods, so that we wrap the vanilla call and not a mod's call.
// This is because we do not call the vanilla method, so any mod adding something will not be called.
@Mixin(value = LivingEntity.class, priority = 500)
public abstract class LivingEntityMixin extends Entity implements QuiltLivingEntityStatusEffectExtensions {
Expand Down

0 comments on commit cdb9328

Please sign in to comment.