All versions
2.0.0+mod
Release
Linear Progression 2.0.0-1.21.114 days ago 25
Compatibility
Minecraft: Java Edition
1.21.11
Platforms
Fabric
Forge
NeoForge
Quilt
Supported environments
Server-side
Singleplayer
Changes
Version 2.0
- [x] Overhauled health system
- [x] Migrated Powerful Trims to Linear Progression
- [x] Added advancements to help learn progression
- [x] Reworked many recipes
- [x] Overhauled respawning to work similarly to “Better Respawn” mod
- [x] Added a suspicious food lineup as early game potions
- [x] Added shulkers to overworld and nether to make shulker boxes more accessible.
- [x] Golden pickaxes now only insta-mine deepslate if paired with gold trimmed armor.
- [x] Gold armor now grants knockback resistance
- [x] Chainmail armor now prevents hunger loss and grants saturation
- [x] Brutes now drop netherite scrap on a low chance
- [x] Edible potion ingredients give a weaker version of said effect (golden carrots give night vision, sugar gives speed)
- [x] Mobs have been buffed and nerfed to incentivize engagement. (Zombies are faster, cave spiders are faster but weaker, etc.)
- [x] Enchanted gapple crafted with 8xp bottles and a gapple, xp bottles drop from spawners.
- [x] Killing the enderdragon prevents mobs from spawning above sea level.
- [x] Turtle helmets now grant speed underwater
- [x] Map recipe has been changed to use a feather (hollow knight reference)
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:v6cbEGV6:s9DfNeIV"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:v6cbEGV6:s9DfNeIV"
}

