UltrusBot / MobOrigins

MIT License
8 stars 18 forks source link

Witch potion effects 1.17 #14

Closed echohunter221 closed 3 years ago

echohunter221 commented 3 years ago

In the latest version as of 6/17/21, the witches potion effects are swapped for falling and swimming. You gain the slow fall potion when swimming and the water breathing potion effect when falling. I'm fairly certain that's not intended. Fire resistance still works though.

echohunter221 commented 3 years ago

Yeah it looks like you literally just swapped the effects accidentally, potion_action is the class file, just slow_falling and water_breathing were swapped around in the triggering effects.

vos6434 commented 3 years ago

also theres no sprting potion

SebaSphere commented 3 years ago

Yeah it looks like you literally just swapped the effects accidentally, potion_action is the class file, just slow_falling and water_breathing were swapped around in the triggering effects.

Fixed as per this PR here: https://github.com/UltrusBot/MobOrigins/pull/17 😃