Bewitchment

Bewitchment

7M Downloads

Not properly setting invisiblity when sneaking with specter bangle

doctor4t opened this issue ยท 1 comments

commented

Problem: When sneaking with the specter bangle, this makes the player invisible. However, the entity invisibility tag is not set, so mods that rely on the isInvisible() method to do specific actions will not be compatible.

Example: The best example I have for this is Illuminations, where the pets and aura goes invisible with an invis potion, but not the specter bangle.

How to fix: Whenever making the player invisible, use setInvisible(true).

commented

Can confirm :) I was chatting with them about this. I was just about to make an issue :P