Mineuniverse
Log in Register
Mods

Scaling Mob Difficulty

Keeps mobs difficult by increasing their stats as time goes on
by Mikul
Download Claim this project
3,895,566 downloads
0 likes
Updated Jun 30, 2026
0 hypes

Scaling Mob Difficulty is a simple utility mod that adds extra challenge to the game by gradually increasing the difficulty of hostile mobs. As time passes, hostile mobs' health, damage, and movement speed, and armor-piercing capabilities will slowly increase, pushing the player to progress. Useful for modpacks to prevent stagnation!

Configs

The mechanics of the mod are fully configurable via the config file in config/scaling_mobs/main.toml.

 

List of config settings:

  • Scaling speed: Change the global rate at which mobs' stats scale.
  • Health: Change how mobs' health increases
  • Damage: Change how mobs' attack damage increases
  • Speed: Change how mobs' movement speed increases
  • Armor Piercing: Change how much of mobs' attack damage bypasses armor
  • Drops: Increase the loot dropped by mobs when they're killed over time
  • Exponential scaling: make mobs' stats scale exponentially with time.
  • Delay mob burning: Prevent hostile undead mobs from burning until a certain Minecraft day has passed
  • Whitelist/Blacklist: Explicitly add or remove certain entities from the list of mobs that scale

Datapacks

Scaling Mobs also adds some features which are configurable via datapacks (JSON).
 

Milestones (data/<pack_name>/scaling_mobs/milestone/)

Milestones are certain events that mark progression for players. They are used to give the world a bump in difficulty when the player advances.

Format:
Note: all fields except "scale" are optional

{
# Trigger when player gets an advancement "advancements": [ "minecraft:story/enter_the_nether" ],
# Trigger when player enters a dimension "dimensions": [ "minecraft:the_end", "#minecraft:some_dimension_tag" ],
# Trigger when player kills a mob "killed_mobs": [ "minecraft:ender_dragon", "#minecraft:raiders" ],
# Trigger when player attacks/attacked by/targeted by a mob "encountered_mobs": [ "minecraft:warden", "#minecraft:skeletons" ],
# Trigger when player has item in inventory "acquired_items": [ "minecraft:nether_star", "#minecraft:piglin_loved" ],
# Trigger when player breaks block "mined_blocks": [ "minecraft:ancient_debris", "#minecraft:beacon_base_blocks" ],
# The new world scale (can't decrease existing scale) "scale": 50 }

 

Mob Modifiers (data/<pack_name>/scaling_mobs/mob_modifier/)

A simple way to modify the stats of entities, and control spawning based on certain conditions.

Format:

Note: all fields except "entities" are optional

{
# Apply to these entities "entities": [ "minecraft:zombie", "#minecraft:skeletons" ],
# Spawn with these base attributes (still affected by scaling) "attributes": { "minecraft:generic.max_health": 40, "minecraft:generic.attack_damage": 2, "minecraft:generic.movement_speed": 0.3 },
# Don't spawn in these biomes "biome_blacklist": [ "minecraft:badlands", "#minecraft:is_mountain" ],
## Don't spawn in these dimensions "dimension_blacklist": [ "minecraft:the_nether", "#minecraft:some_dimension_tag" ],
# Won't spawn less than 200 blocks from world spawn "distance_from_spawn": 200,
# Won't spawn until scale > 10 "min_scale": 10,
# Won't spawn if scale > 100 "max_scale": 100,
# Disable mobs' spawning altogether "disable": false }

 

 

momo studios logo

 
ScalingMobs-2.4.4.jar
MC 1.20.1, Forge
Release 2026-06-17 Get
ScalingMobs-2.4.3.jar
MC 1.20.1, Forge
Release 2025-12-30 Get
ScalingMobs-2.4.2.jar
MC 1.20.1, Forge
Release 2025-12-18 Get
ScalingMobs-2.4.1.jar
MC 1.20.1, Forge
Release 2025-10-30 Get
ScalingMobs-2.4.jar
MC 1.20.1, Forge
Release 2025-10-22 Get
ScalingMobs-2.3.jar
MC 1.20.1, Forge
Release 2025-05-03 Get
ScalingMobs-2.2.2.jar
MC NeoForge, 1.20.1, Forge
Release 2024-12-31 Get
ScalingMobs-2.2.1.jar
MC NeoForge, 1.20.1, Forge
Release 2024-08-06 Get
ScalingMobs-2.2.jar
MC NeoForge, 1.20.1, Forge
Release 2024-06-30 Get

More from Mikul

Momoweave
829
Caves of Cobalt
800
Apoli (Forge)
487,176
Cold Sweat: Origins Addendum
47,085
MomoLib
314
Short Stacks
19,725

You Might Also Like

APTweaks: Items (11.x Classic)
Item clustering (fallen blocks, experience orbs, ...) and garbage cleanup.
9,884,514
VanillaDeathChest (Fabric)
Places containers when players die that contain their items.
994,762
Styled Nicknames
Simple, but configurable nicknaming mod allowing your server's players (and admins) to change their nickname with full formatting support
989,499
Tiquality
Make server lag the problem of the source player.
99,489
Blame (Fabric)
Those gosh darn crashlogs not saying which worldgen feature is crashing!
99,012
Weathering with You
Forecast Minecraft weather with a radar or a hat!
98,579