License: LGPL
Depends: default
Download: https://github.com/ac-minetest/smart_mobs
Description
In an attempt to make more challenging mobs i added pathfinding to great Mobs Redo [1.26] by TenPlus1.
Note: this mod is far from being perfect since builtin pathfinding it uses doesnt seem to work that well, its rather enhancement to previously dumb mobs.
Added:
1. when mob follows you and gets stuck in one place, it will attempt to calculate path to you
2. if it cant do that and if digging option is on, it will attempt to break down wall or place stone block to climb to you. It will even remove one block above its head to do so so it can get to you from cellar. It will only do this if there is no protection around.
3. if it has path it will slow down to walk speed for more precision and follow path until it gets to you
mobs from spawner (blue box) coming around up stairs and killing players. Note that protector prevents them from building upwards or digging
they can and will find path to you, even if its more complex spiral staircase as in this example, where mobs find way from blue box below and already attack
I thank WSDGuy2014 for testing