Incognito Effect Doesn't Work on Some Mobs
JustAlkaid opened this issue · 5 comments
Minecraft Version
1.21.1
Immersive Engineering Version
12.4.2-194
Expected Behavior
If you sneak still and wear a crate, you should be removed from mob's target.
Actual Behavior
Some mobs who don't use simple "Goal" system (so that event.setNewAboutToBeSetTarget(null) are invalid to them) still can detect and kill players wearing a crate and sneaking.
Actually I have no idea what "Goal" system and "Brain" system is, but in my test Warden and Piglin are not affacted by Incognito.
Steps to reproduce
——
Debug Crash Log
——
Did further research into this.
Mobs with "brains" are actually affected because they use the percentage based visibility. But you will only be immune to them when you have Incognito 2, aka: sitting still for 3 seconds.
If you are walking around while wearing the crate you can be detected, which is intended.
The warden is blind. Whether you look like a crate or not is irrelevant to it. =P
The warden is blind. Whether you look like a crate or not is irrelevant to it. =P
How about Piglins :(
Clearly they are not fooled so easily. They're pretty good 👉👉
There are actually Hoglins and Breezes, and it is expected that there will be more mobs using 'brain' instead of 'goal' in the future. However, if you don't plan to put more effort into this, just close this issue directly.