Tags
Creators
Details
0.8.4
Compatibility
Required content
Changes
◈ Added a new unique item, Mimi Dust, which allows transforming a relic chest into a mimic. ◈ A new ability has been added to the Antidote Vessel, enabling it to steal positive effects from enemies. ◈ The mechanics of the Charm Of Sinking have been reworked; it now replenishes the player's air supply at the ocean floor. ◈ Updated the control mechanics for the Helium Flamingo. The ability now allows floating only after a double jump. ◈ Fixed the activation frequency for the Shock, Thorn, and Flame pendants. ◈ Added an experience source for Bunny Hoppers. ◈ The slow-falling effect of the Umbrella now also applies during elytra flight. ◈ Fixed movement acceleration during jumps with the Cloud In Bottle. ◈ Fixed the activation frequency of the ability in the Whoopee Cushion. ◈ Increased the maximum teleportation range of the Warp Drive. ◈ Significantly increased the damage dealt by the Power Glove. ◈ The Night Vision Goggles now also reduce the effects of Blindness and Darkness. ◈ Fixed the generation of the Panic Necklace. ◈ Updated the relic generation algorithm in accordance with the latest Relics update.
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:GnU07giL:l91vqYGr"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:GnU07giL:l91vqYGr"
}


