skycatminepokie / mystical

Server-side Minecraft mod - Strange spells and anomilies, without breaking your world.
MIT License
5 stars 3 forks source link

Levitation spell does not respect havens #180

Closed skycatminepokie closed 4 months ago

skycatminepokie commented 4 months ago

Probably should hook this check into all event-based spells. Makes it so it isn't checked multiple times for spells with the same event. Slight performance boost, but I worry about the readability.

skycatminepokie commented 4 months ago

Probably should hook this check into all event-based spells. Makes it so it isn't checked multiple times for spells with the same event. Slight performance boost, but I worry about the readability.

No, some are ambiguous - should the attack block fail when the player is in a haven, or the block? It may change depending on the spell.