Hostile Climbers

Quick rating

Community listing page, reviews here may not be monitored by the author.

Hostile Climbers

By NeuromuserOwner

No reviews yet

Allows other enemy mobs to climb walls just like spiders.

Mod Loaders
Minecraft

About

Description

Other mobs (zombies, skeletons, silverfish, etc.) can now climb walls, making them more dangerous. Creepers can't, because they are already scary enough.

Default config:

  "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

Other mobs (zombies, skeletons, silverfish, etc.) can now climb walls, making them more dangerous. Creepers can't, because they are already scary enough.

Default config:

  "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