[Bug] ๐ Crash - Possible Conflict With Touhou Little Maid Mod
serioos opened this issue ยท 2 comments
I was getting attacked by one of those Touhou Little Maid fairies and she hit me a few times before the game crashed with reliquary as the cause. I think the fairy might have spawned with one of reliquary items on her?
I have a crash log here:
Here's my mod list:
Minecraft Forge 1.20.1 - 42.2.20
reliquary-1.20.1-2.0.40.1224.jar
touhoulittlemaid-1.20.1-release-1.1.8.jar
Nope this is a case of one of the ton of mods that you have there changing entity processing to be parallel which doesn't work with the logic I have that is made for single thread entity processing as is usual in MC. there's already a bug for that #674 . I will introduce a concurrent safe collection though I can't guarantee what else (what other mod) may break because of that other mod making this change.