All versions
1.7.1
Release
The Difficulty Mini Update3 months ago 23
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Server-side
Singleplayer
Changes
This is a small "mini update" as I call it that adds harder boss attacks on harder difficultys, tweaks how difficulty effects SOA stuff and fixes bugs relating to the rocket suit
Full Change Log
Additions
- Added 2 new Advancements: Better Than Adventuring (Find every Saul Surface Biome) and Cave Dwelling (Find every Saul Cave Biome)
- Added the Awoken Tainted Zombie
Changes
- All bosses now have weaker attacks on easy and stronger attacks on hard
- Depth sickness now only occurs on normal or above and also gets given at deepslate layer on hard
- Sleeping now skips the night on easy
- Renamed vanilla difficulties: Easy > Relaxed, Normal > Standard, Hard > Ascended
- Rewrote the descriptions of all vanilla difficulties
- Tweaked the Forested Cave’s max humidity and temperature generation parameters
- The Bizarre Adventure advancement now needs you to find every saul cave biome
- Totem of Stabbing Now inflicts wither for 3 seconds
- The Tainted mobs spawned by Dave now drop more potions in hard mode
Bug Fixes
- Hovering with the Rocket Suit now actually works
- Boosting with the Rocket Suit now does not also Hover
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:8cQTO4I3:JvT1rPTa"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:8cQTO4I3:JvT1rPTa"
}

