Mob Spider Climb
This mod grants almost any mob the ability to climb walls like spiders! Any creatures that normally move on the ground (such as zombies) can now scale vertical surfaces, significantly complicating gameplay.
Particularly interesting combinations emerge when used with mods that add block-breaking behavior to mobs or introduce block physics. In such cases, a truly intense atmosphere is created where it's almost impossible to hide from enemies.
It's worth noting that the movement artificial intelligence of such mobs completely copies spider behavior, so sometimes their movements may appear somewhat unnatural. This aspect may be improved in future updates.
Configuration
climbingMobsAllowList: List of mobs allowed to use climbing ability. Can include both hostile and neutral creatures.
- Works only with mobs using standard ground movement AI (which covers most creatures)
- Flying (phantoms), swimming (guardians), and bouncing (slimes) mobs won't be affected even if added to the list
- Mobs from other mods may also work - use the format "modname:mobname", as when calling via the summon command
- If configuration resets to default values, check the correctness of mob name spelling
climbingTag: NBT tag required to activate climbing ability. Empty by default - no tag required. For example, value "canClimb" means only mobs with this tag can climb:
/summon minecraft:zombie ~ ~ ~ {Tags: ["canClimb"]}
useAllowlistAsBanlist: Uses the allowed mobs list as a banned list - climbing ability will be granted to all mobs EXCEPT those specified in climbingMobsAllowlist.