Mob Spider Climb
Modby FerrinEmber
Give mobs the ability to climb walls like spiders!
Type
Mod
CurseForge Downloads
104,816
CurseForge ID
669425
Last Updated
Jun 8, 2026
Description
Mob Spider Climb
Gives any mob (that has ground based navigation, like zombies) the ability to climb walls like spiders! Pairs well with mods that add mob block breaking behavior, like Improved Mobs, and mods that add block physics, like Simple Block Physics, to create a truly intense defensive experience where you can't get away from the mobs!
Note that the pathing AI is quite literally the same as that of the spider, so it is often... unelegant, at times. Future updates may address this!
Configuration
climbingMobsAllowList: A list of mobs (hostile, passive, you name it) to allow to use climbing behavior.
- Only actually works with mobs that natively use the default ground navigation AI, which thankfully is most mobs, but flying mobs like phantoms, swimming mobs like guardians, and bouncing mobs like slimes won't be affected if added.
- Modded mobs may work as well, just be sure to use lead with the mod namespace! I.e. "modname:mobname", like you would use if you created it with the 'summon' command. If it doesn't work, it's likely that the mob doesn't use the ground navigation AI.
- If you notice your config resetting to default, that probably means you've given it invalid mob names. Double check spelling, and ensure you that "modname:mobname" also works with the summon command!
climbingTag: NBTTag required for mob to use climbing behavior. Leave as empty double quotes (default) to not require a tag. For example, a value of "canClimb" would mean that only mobs with the "canClimb" nbt tag could climb, such as those summoned with the command...
/summon minecraft:zombie ~ ~ ~ {Tags: ["canClimb"]}
useAllowlistAsBanlist: Uses the allowlist as a banlist, attempting to add climbing behavior to all mobs EXCEPT those listed in climbingMobsAllowlist.
Screenshots
Similar Mods
Diamond Nuggets
There's iron and gold nuggets, why not diamond nuggets? (Forge/Fabric)
QmunityLib
Library required by several Qmunity mods
Apex Guns
Adds some Guns from Apex Legends
Extract Poison
🐍 Extract poison from cave spiders, pufferfish and bees with an empty glass bottle.
Gamestage Books
Gamestage unlocks through configurable books.
Wumple Util Library
Shared library of useful classes and functions for mod development. Does nothing on its own. Reduces boilerplate and du...