Laike-Endaril / Dynamic-Stealth

Introducing actual stealth mechanics to Minecraft
https://minecraft.curseforge.com/projects/dynamic-stealth
18 stars 2 forks source link

Include RWBY mobs in list of AI that do not check for null #69

Closed Jackiecrazy closed 5 years ago

Jackiecrazy commented 5 years ago

While digging through the Ice&Fire github I noticed that DS had an issue with I&F due to dragons not checking for null, and you fixed it by adding I&F mobs to some kind of "internal blacklist". Could the same be applied to mobs from RWBY? I'm definitely sure that the juvenile and adult Nevermores have an AI that crashes when using Dynamic Stealth. Not sure about the rest, but their github is at https://github.com/Blaez-Dev/RWBYM-2.0/tree/master/src/main/java/be/bluexin/rwbym/entity

Laike-Endaril commented 5 years ago

Yes, I have an internal filter that I can put AI classnames into; I'll take a look

Laike-Endaril commented 5 years ago

Crashes should be fixed in latest release (089).

Note that some flying entities tend to lose track of their target with the default settings; may want to look into changing the FOV settings, at least for those mobs (see DS mod description)