This fix prevents spawning particles in first-person, which makes using a blaze morph easier. Because this may interfere with other mods, a config option has been provided to disable it if needed.
The fix wraps every vanilla IWorldEventListener. When spawning client-side particles from the user's morph while in first person, the wrapper is passed a flag which causes it to not spawn particles.
A bigger PR than the first two.
This fix prevents spawning particles in first-person, which makes using a blaze morph easier. Because this may interfere with other mods, a config option has been provided to disable it if needed.
The fix wraps every vanilla
IWorldEventListener
. When spawning client-side particles from the user's morph while in first person, the wrapper is passed a flag which causes it to not spawn particles.