Minecraft version
1.20.1
Hex Casting version
0.11.3
Issue description
Improper usage of the Shepherd Directrix (not passing a bool) causes a mishap that breaks the directrix. However, the message associated with that mishap does not show up in the scry-tooltip for the relevant impetus, as happens with other mishaps. Presumably this is related to the fact that the mishap in question is thrown via ICircleComponent.fakeThrowMishap rather than the typical mishap pipeline.
Steps to reproduce
- Set up a spell circle with a Shepherd Directrix
- Fail to provide a bool on the stack when the pulse reaches the directrix
- Observe that the directrix (correctly) breaks and emits mishap particles
- Observe that the scry-tooltip on the circle's impetus makes no mention of a mishap
Minecraft version
1.20.1
Hex Casting version
0.11.3
Issue description
Improper usage of the Shepherd Directrix (not passing a bool) causes a mishap that breaks the directrix. However, the message associated with that mishap does not show up in the scry-tooltip for the relevant impetus, as happens with other mishaps. Presumably this is related to the fact that the mishap in question is thrown via
ICircleComponent.fakeThrowMishaprather than the typical mishap pipeline.Steps to reproduce