promotional bannermobile promotional banner

Cobblemon: Cobbled Levels

Highly configurable level scaling for wild Pokémon and progression control with many different scaling methods!

File Details

CobbledLevels-neoforge-1.1.0.jar

  • R
  • Jun 19, 2025
  • 16.40 KB
  • 383
  • 1.21.1
  • NeoForge

File Name

CobbledLevels-neoforge-1.1.0.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

NeoForge

implementation "curse.maven:cobblemon-cobbled-levels-1290184:6672464"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

## NeoForge 1.1.0

🎉 Now with distance scaling!

⭐ New features:

> - New option: EnableDistanceScaling // Enables level scaling based on distance from world spawn
> - New option: OnlyScaleUpwards // Enable to set distance scaling to only increase levels, not reduce them if a Pokémon would have a higher level without distance scaling
> - New option: DistanceForMaxLevel // Distance (in blocks) from spawn at which distance scaling stops increasing the levels
> - New option: StartScalingOnLvl // Only Pokémon at or above this level will be affected by distance scaling
> - New option: StopScalingOnLvl // Pokémon at or above this level will not be scaled by distance
> - New option: Exponent // Controls the scaling curve — higher values make the levels raise slower at first, faster later _(range: 0.0 - 1.0)_
> - New option: // DistanceBlendFactor How much the scaled level overrides the original — 1.0 fully replaces it, 0.0 keeps it unchanged.

🔧 Changes and fixes:

> - Cleaned up the logger