Tags
Creators
Details
Licensed ARR
Published last week
Updated last week
All versions
1.0+mod
Release
1.0last week 15
Compatibility
Minecraft: Java Edition
26.2
Platforms
Forge
NeoForge
Quilt
Supported environments
Server-side
Singleplayer
Changes
Recipes can be found in game by pressing G for quick actions.
- If your quick actions are not bind to G, check controls and search in Miscellaneous.
- If there is a problem with Quick Actions, take a book and an empty map and place them in the crafting grid.
14 Different Potions!
- Shadow Potion: Invisible while Shifted.
- Midas Potion: 10% chance to drop gold from Stone.
- Haste Potion: HASTE 2.
- Potion Of Undying: The effects from a totem.
- Smoothie: Saturation.
- Potion Of the Sea: Dolphin's Grace and Conduit Power.
- Air in a Bottle: Increases your Momentum faster.
- Potion Of Sneakness: Faster while shifted.
- Potion Of Endurance: +3 Armor.
- Slime in a Bottle: BOUNCE! (Does not stop fall damage).
- Potion Of Nature: When crouched grow crops and make flowers.
- Potion of Teleportation: Crouch to teleport where you look. (30 Seconds Cooldown).
- Potion Of Telekinesis: Items come to you! (15 Blocks Range).
- Potion Of Deflection: Nothing can reach you! (5 Blocks distance, look out for maces).
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:PnVVdsBT:nyg6UuXP"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:PnVVdsBT:nyg6UuXP"
}

