All versions
1.0.4
Release
Perk Up 1.0.43 weeks ago 29
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
Fixes
- Fixed Detect Precious Ores giving inconsistent results depending on the player's position. Detection now correctly centers on the block you're breaking
- Perk panel pagination arrows now use their proper artwork and are correctly positioned instead of using placeholder buttons
New
- Added Health Exchange -> trade 3 hearts for 2 extra perk capacity slots
- Added Bounty Hunter, a toggleable perk that increases hostile mob activity nearby, up to a vanilla density cap that doesn't occupy any perk slots.
- Added Butchery, a passive effect (Perception x Farming) giving a chance at getting one extra piece of meat when killing farm animals
- Added Killing Frenzy; landing a kill grants a stacking melee attack and attack speed buff (up to 3 stacks). Killing again refreshes and grows it, but taking any damage clears it and deals 50% more damage. Duration scales with Constitution
Changes
- Skill leveling XP cost is now configurable, with separate base cost and per level increment values, so modpack makers can change progression pacing to their liking
- Skill XP increment default lowered to 3 (from 5)
- Character screen default keybind changed from K to B (to avoid conflicts with common shader activation keybinds)
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:fwTOsVGp"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:L2Lzw1BW:fwTOsVGp"
}

