Requiem permanent redness after taking damage as mob
AeiouEnigma opened this issue ยท 6 comments
I have to test this, but somewhat sure this should have nothing to do with EntityCulling? The only option would be that the Entity you possess gets stored in some odd location, causing it to get culled somehow.
I agree it's a very odd issue, but I've tested with Requiem alone and with just Requiem and Entity Culling. Using only Requiem, the issue does not occur. It occurs when adding Entity Culling alongside Requiem.
I think I'll open an issue on Requiem's page as well, for good measure.
Ok did a quick test, it is in fact the culling. It's somewhat certain that the tick culling is the reason for that, so I guess I'll look into either updating the hurt timer, or look into putting the requiem player mobs on the ignore list.
Ok this one is a bit problematic because the entities seem to be vanilla entities, so adding them to whitelist won't work. Also, I don't seem to find a method inside the Requiem API to check for this state. I did add a dynamic whitelist system that other mods can use to on the fly whitelist mobs, so that could be used from their end to fix this. A workaround is to go into the config and disable the tick culling.