Tags
Creators
Details
Licensed MIT
Published 2 years ago
All versions
0.3.0
Release
Silent's Power Scale 0.3.010 months ago 4,742
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
[1.21.1-0.3.0] - 2025-09-07
Added
- Scaling attributes now have a
player_bonus_settingsfield which can be used to set a starting value and min/max values- Max health has a unique override option in the config. If set to anything other than zero, it overrides the scaling attribute's starting value for player max health. Any other changes will require a data pack.
- Options to display a mob's level from a distance. By default, levels are displayed only when looking through a spyglass.
powerscale:power_level_detectorsitem tag is used to determine which items detect levels- The server config contains options to change whether an item is required, whether the item must be used or not, or you can disable this feature completely.
Fixed
- Some mobs not received a level and attribute bonuses. This should be fixed for most if not all mobs now. [#8]
- Alchemy Set now has a completed (albeit basic) model
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:YCjSHxCP:9TMqnkaI"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:YCjSHxCP:9TMqnkaI"
}


