All versions
1.9.10
Release
After Life WoW 1.9.102 years ago 615
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
Got my mod from curseforge to modrinth!
- Added a configuration menu for the give up potions effects:
- Can have up to 3 different potion effect simultaneously
- Can configure how long they last and how strong they are.
- Can set when you'll be able to use a milk bucket.
- Can be openned by pressing 'INSERT' by default. (Need OP level 4 to be able to open it)
- By default you'll have slowness, mining fatigue, weakness and ressurection sickness for 1 minute
- Made all the custom gamerules names looks like the vanilla ones in the gamerule page when creating a new world.
- Fixed death sound and dead block selection that did not work properly together.
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:CqbPrU4e:sdwShKDc"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:CqbPrU4e:sdwShKDc"
}

