0.1.5+mc1.21.11
Compatibility
Required content
Changes
Added Smart Pot:
When enabled, AutoPot will no longer throw every configured potion on every press. It now checks your current effects and only refreshes potions that actually need to be renewed.
How Smart Pot works:
- If the effect is missing, the potion will be used.
- If the active effect is weaker than the configured potion, the potion will be used.
- If the effect has 60 seconds or less remaining, the potion will be used.
- If the effect still has more than 60 seconds left, that potion is skipped.
This is especially useful for long-duration effects like Fire Resistance or Invisibility, so they are not wasted when only Strength II or Speed II need to be refreshed.
- Smart Pot can be turned ON/OFF directly in the Mod Menu config screen.
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:o1volj1r:GQprTBBI"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:o1volj1r:GQprTBBI"
}



