All versions
1.1.0
Release
Perk Up 1.1.0last week 20
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
Passive Effects Overhaul & UI Changes
- Replaced the passive effects panel's bottle icons with live values, showing exactly what bonus each effect currently grants
- Effect values now change color based on your current level, progressing from gray through green, blue, purple, yellow, orange, brown, and finally red at max level
- Extended the leveling curve for most effects. Now many effects scale up to level 10 instead of capping at level 5
- Rebalanced several effect caps and growth rates to fit the new leveling range
- Added a shortcut button next to the recipe book toggle in the inventory screen for quickly opening your character panel
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:L2Lzw1BW:vbTDWZxx"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:L2Lzw1BW:vbTDWZxx"
}

