Crashes When Mobs Get Items
Noxfield opened this issue ยท 0 comments
Version Information
Forge version: 36.0.15
Psi version: 1.16-91
Alex's Mobs: 1.5.1
Valhelsia 3 3.1.8a
Further Information
Its an issue between Alex's mobs and Psi. But there should probably be a check against whether a player is using the items. It's kinda like I'd love to try this mod with Minecolonies but I'm worried it'll crash it too.
Link to crash log: https://gist.github.com/Noxfield/e0f01ece74b1c8a6799303b4d20f1a56
Steps to reproduce:
- Install Alex's Mobs and Psi.
- Have psi equipment, specifically used chest plate and helmet.
- Go to end city structure.
- Crash when mimicslime spawns in and copies armor/items.
What I expected to happen:
No crash. Probably to fight a mimic with Psi armor/tools and spells.
What happened instead:
Crashes as soon as entity is ticked.
Possible solution:
It looks like the tools have a "if (!(player instanceof PlayerEntity)) {return false;}" check. This should be extended to the armor as well. That said, some sort of mobCad would be pretty interesting.