Not properly setting invisiblity when sneaking with specter bangle
doctor4t opened this issue ยท 1 comments
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).