2.1.0
Compatibility
Required content
Changes
The Wet Advancements Update
Several issues with Advancements and swimming have been fixed with this update:
- Removed Running On Water, as it was breaking due to bugs
- Added flowing_water to water detection in several powers
- Cleaned up the function installer to reduce the number of files
- Reworked how stats are tracked and initialized for advancements
Now, when you choose an EUP species, the advancement tracker will take into account your already accumulated stats, meaning you have to get that flight / running / trading etc. time done as that species. Previously, the system tried to "reset" the stats, but that doesn't actually work. Now it is working as intended.
Optional dependencies
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:TwZGSxgV:XzoZv1ik"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:TwZGSxgV:XzoZv1ik"
}



