Mob Spider Climb

Mob Spider Climb

23k Downloads

Give mobs the ability to climb walls like spiders!

Specifically, adds the spider's WallClimberNavigation and other needed methods to the Zombie class (thus affecting subclasses, which are the 5 currently implemented mobs) using SpongePowered's Mixins!

Currently limited to Zombies, Zombie Villagers, Husks, Drowned, and Zombified Piglins. Adding more mobs is planned, though testing will be needed to see if this mod's method for adding the wall climbing AI to each respective mob class is stable/generates desired results.

CONFIGURATIONS:

1) For each of the available mobs, decide if they get the new climbing ability or not! (Default All)
2) Delay the activation of this feature for a set number of minecraft days! (Default 0)

This is an early alpha build, but the changes implemented are minor so I don't anticipate many conflicts. 

PLANNED FEATURES:
Adding more mobs to the config (should be pretty easy)
Optimizing use of pathfinding behavior (probably pretty hard).