Tags
Creators
Details
1.3.0
Compatibility
Required content
Changes
- Added a Slime Theme
- The Slime Theme is packed full of interactive features!
- Bouncing Slime Buddy!
- Flowing Pipes!
- Massive Discharge Pipe...
- Slime Ball Pit on-top!
- Slime Sponge to clean up messes
- The Slime Theme is packed full of interactive features!
Spoiler
You can grab a slime-ball from the top right green bucket, you can freely throw this around or drop it onto a slot to slime it!
You can un-slime a slot by dragging the sponge onto the slot.
If you press the small knob above the massive pipe on the bottom left it will expel a massive dis-charge and then require a re-fill via the top left tank that emptied.
To re-fill it drag 6 slime balls into the glass tube and watch it fill!

- Added a Basic Cat Theme!

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:Olv0fO13:rbCVQ7QJ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Olv0fO13:rbCVQ7QJ"
}

