Tags
Creators
Details
0.9
Compatibility
Required content
Changes
◈ Added ability textures for the CowBoy Hat, Villager Hat, and Charm Of Sinking. ◈ Removed Leafy Ring from the Mimic drop. ◈ Updated the beam colors of flawless relics. ◈ Fixed a bug where the Whoopee Cushion did not push players on the server. ◈ Fixed incorrect movement acceleration when quickly using jumps from Cloud In A Bottle. ◈ Added the ability to stop flying with the Helium Flamingo by double-pressing the jump key. ◈ Updated visual effects of abilities for Chorus Totem, Warp Drive, Kitty Slippers, and Universal Attractor. ◈ Fixed a bug where the fog effect would completely disappear when both Blindness and Darkness effects were active with the Night Vision Goggles. ◈ Fixed item movement smoothing when being attracted/repelled by the Universal Attractor. ◈ Fixed the functionality of the Villager Hat without unlocking the second ability. ◈ Fixed the jumping behavior of already tamed mobs when using the second ability of the Cowboy Hat on them. ◈ Increased the number of smeltable blocks in the Pickaxe Heater. ◈ The jump boost effect is now considered in the ability of Bunny Hoppers.
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:AK5RxilO"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:GnU07giL:AK5RxilO"
}


