Miner stuck in state loop - Caused by mod Improved Mobs
SulpherStaer opened this issue · 7 comments
Minecolonies version
Version: minecolonies-1.12.2-0.10.43-ALPHA-universal
Expected behavior
The miner stays down in the mine and mines
Actual behaviour
The miner is unable to path correctly, caused by the mod Improved Mobs, and thus gets stuck cycling through all posible states it can be in.
Steps to reproduce the problem
- Have Minecolonies
- Have the mod Improved Mobs https://minecraft.curseforge.com/projects/improved-mobs
- Observe the miner getting freaked out.
This also happened on passive - without any hostile mobs present. I think the mod itself taints the pathfinding, because it allows certain mobs to break blocks to reach their destination.
No blocks added if I recall - but it alters pathfinding for zombies I think, and several other mobs. I've had it disabled for a while, so I would need to test it out again to find out exactly what it did.
All I know is that when I enabled the mod, the miner got confused.
Okay, I just checked her code and it seems like she overrides all existing pathfinders for this.
Basically killing mod compatibility.
That would have to be fixed on her side, we can't do anything here.