Links
Tags
Creators
Details
1.3.5
Compatibility
Changes
1.3.5
Fixed feeble effect not working
Improve potion tooltips to make them to be more informative
Small optimizations
Added new world event: Potion Sickness
Potion sickness is a new effect that is applied to players who have more than 10 active positive effects active at once, once applied this effect has a small chance every second to either apply a random harmful effect, half the duration of all positive effects, or rarely remove all active effects. Purification and milk cannot be used to get rid of potion sickness.
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:frObM4qa:dfl3eQQH"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:frObM4qa:dfl3eQQH"
}

