All versions
1.9.0
Release
Useful Slime (Forge) 1.9.0-1.20.22 years ago 346
Compatibility
Minecraft: Java Edition
1.20.2
Platform
Forge
Supported environments
Client and server
Required content
Any compatible version
Changes
There will be no backports of this version (even to 1.20.1) due to missing dependencies
- Ported to NeoForge
CHANGED
- Added a maximum speed for slime blocks (with a config)
- Reduced Slime Sling strength in water
- Climbing with slime armor now plays slime block step sounds
- Slime Helmet will protect against damage when flying into a wall with elytra. This does not include flying into the ground (use Slime Boots for that)
FIXED
- Fixed Slime Sling with Dolphins Grace effect #12
- Fixed momentum being kept if the player starts flying/swimming after using the Slime Sling
- Fixed the player being able to keep momentum and continue bouncing endlessly below 1.5 blocks of fall distance by holding the jump key (with config to re-enable)
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:CzM6C1W0:cpaOpA54"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:CzM6C1W0:cpaOpA54"
}

