Allows other enemy mobs to climb walls just like spiders.
Other mobs (zombies, skeletons, silverfish, etc.) can now climb walls, making them more dangerous. Creepers can't, because they are already scary enough.
"enabled": true,
// Fall damage multiplier for mobs. 0.5 = half, 1.0 = normal, 0.0 = none.
"fallDamageMultiplier": 1.0,
// Mobs listed here are allowed to climb walls.
// Add modded mobs using their registry ID, e.g. "mymod:custom_zombie".
"mobs": [
"minecraft:zombie",
"minecraft:zombie_villager",
"minecraft:husk",
"minecraft:drowned",
"minecraft:skeleton",
"minecraft:stray",
"minecraft:wither_skeleton",
"minecraft:vindicator",
"minecraft:pillager",
"minecraft:witch",
"minecraft:piglin",
"minecraft:piglin_brute",
"minecraft:zombified_piglin",
"minecraft:silverfish",
"minecraft:endermite",
]
License: MIT