All versions
1.0.0
Release
Constant Spawning Slimes 1.0.03 months ago 78
Compatibility
Minecraft: Java Edition
1.21.4–1.21.11
Platform
Fabric
Supported environments
Server-side
Singleplayer
Required content
Any compatible version
Changes
🧪 Swamp Slimes Plus 🧪
A perfectly balanced utility mod that keeps slime spawning completely vanilla, minus the annoying daylight and new moon restrictions!
✨ Key Features
- 🌍 Balanced 24/7 Spawning: Allows giant, medium, and small slimes to spawn on swamp surfaces at normal vanilla rates, completely ignoring daytime light blocks.
- 🌑 New Moon Bypass: Erases the hardcoded restriction that cuts your swamp slime farm rates down to absolute 0% during a new moon phase.
- 💬 Survival Chat Toggle: Type
!slimes offor!slimes ondirectly into your regular chat to change settings instantly—no cheats or LAN required! - 🧱 Full Spawn-Proofing: Uses native engine boundaries; slimes will never materialize on bottom-half slabs, glass, leaves, or carpets.
📥 Environment Settings
- 🛡️ Server-Side: Required
- 🎮 Client-Side: Optional (Vanilla friends can join your server and interact with the slimes automatically!)
- 🧩 Modpack Safe: Built using native Fabric API events to ensure zero conflicts alongside biome or creature overhaul mods.
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:Qnf7zVIR:Rk5SdHVK"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Qnf7zVIR:Rk5SdHVK"
}

