All versions
1.8.0
Release
Useful Slime (Fabric) 1.8.0-1.20.22 years ago 209
Compatibility
Minecraft: Java Edition
1.20.2
Platform
Fabric
Supported environments
Client and server
Required content
Changes
ADDED
- Configs for disabling Slime armor ability damage (i.e wall climbing, hang climbing, and bouncing)
- More links when using ModMenu
CHANGED
- Slime Chestplate and Leggings now lose durability from wall climbing
- Slime Helmet now loses durability from hang climbing
- Slime Boots now lose durability from bouncing. Durability is not lost if the player suppresses bouncing (holds shift)
- Tweaked Slime helmet texture (wearing texture not item)
- Descriptions now display a URL to the license on GitHub instead of putting the license itself there
FIXED
- Jello texture not being centered
- Holding shift on the edge of a Slippery Slime Block causing the game to lag hard and teleport the player thousands (if not millions) of blocks away [#8]
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:Q79uff6r"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:CzM6C1W0:Q79uff6r"
}



