Xray_follow_range crash on servers/single player.
Saereth opened this issue ยท 5 comments
Describe the bug
Crash in Singleplayer or on dedicated server with enhanced AI active having to do with xray_follow_range
Versions:
- Minecraft: 1.18.2
- Forge: 40.1.73
- Enhanced AI: EnhancedAI-1.6.0-mc1.18.2
- InsaneLib: InsaneLib-1.5.1-mc1.18.2
Steps to reproduce
- Unsure, it happens seemingly randomly
Screenshots
If applicable, add screenshots to help explain your problem.
Logs
https://pste.me/v1/paste/jwruXYXu25Y/raw
Can the issue be reproduced with a mininal set of mods? (E.g. EnhancedAI + InsaneLib + Tinkers' Construct)
Yes
Was able to reproduce with a base set of mods, top, jei,
EvilCraft developer here.
That EvilCraft block is just spawning a Netherfish entity (extension of Silverfish), which registers its attributes like this: https://github.com/CyclopsMC/EvilCraft/blob/02f9152f2e88c595ea5aac42b06318151df85a01/src/main/java/org/cyclops/evilcraft/entity/monster/EntityNetherfishConfig.java#L43-L60
EvilCraft is not preventing attributes from registering.
So I suspect your event handler is just not registering the attribute to this entity?
org.cyclops.evilcraft.block.BlockInfestedNether is doing something that prevents their mobs from getting the xray attribute
ok I opened an issue there as well CyclopsMC/CyclopsCore#172