
Speed Pot
It helps in Nethpot throwing pots, like if your health is below 5 Hearts, and you throw a pot, it automatically switches to the nearest health pot slot and throws that too. If above 5 Hearts, it only throws one pot(It only works with Health potion 2).
1.0.0
Compatibility
Changes
Revised Modrinth Section: Smart Double-Potting (Heart Logic) When you throw an Instant Health II Splash Potion, the mod applies a real-time Heart Logic check before committing to a double-throw:
-
The Initial Throw: You throw your first splash potion manually.
-
The Heart Check: The mod instantly queries your client-side health data.
3.If your health is above 6 hearts (12 HP), the mod stays idle to prevent wasting potions.
- If your health is at or below 6 hearts (12 HP), the Double-Pot sequence triggers automatically.
5.The Instant Chain: It silently shifts your hotbar selection to the next available healing potion via packet injection and forces a near-instant second throw.
The Result: You automatically get an instant, frame-perfect double heal when you are in critical danger, but you won't accidentally burn through two potions if you only needed a small health top-off.
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:roDxuhWl:8J45QUTb"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:roDxuhWl:8J45QUTb"
}
