Tags
Creators
Details
All versions
2.1.0
Release
Cobbled Levels 2.1.04 months ago 2,959
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Server-side
Singleplayer
Required content
Changes
NeoForge 2.1.0
🎉 More configurability and new distance scaling types!
⭐ New features:
- New feature: Power Distance Scaling // Re-added the "exponential" scaling available in earlier versions for maximum configurability.
- New feature: Logarithmic Distance Scaling // Faster level increases near the spawn, slower ones in the distance.
- New feature: Dimension Blacklist // Disable the mod in certain dimensions.
⚙️ New options:
- New option: MaxLevel // Set at which level distance scaling should stop increasing levels.
- New option: ScalingArea // Limit distance scaling to an area around the spawn (-1 for global distance scaling).
- New option: LockLevelAtMax // Set whether the distance scaled levels should still be considered outside of the ScalingArea.
- New option: DistanceForMaxLevel // Distance in blocks after which the MaxLevel should be reached when using Power Scaling.
- New option: Exponent // How steep the power curve should be when using Power Scaling. A value between 0.0 and 1.0 inverts the curve so that the levels increase faster near the spawn.
- New option: BaseDistance // How fast the levels should increase near the spawn when using Logarithmic Scaling. A lower value causes a steeper curve.
- New option: DimensionBlacklist // A list of dimensions in which the mod should be disabled.
🔧 Changes and fixes:
- Config file: Changed a few names for more clarity.
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:9gwPAAvh:twqMuPOR"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:9gwPAAvh:twqMuPOR"
}


