Tags
Creators
Details
Licensed MIT
Published 4 years ago
Updated last year
All versions
1.2.0
Release
1.2.0 - Fabric [ 1.21 - 1.21.1 ]last year 1,916
Uploaded by
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platforms
Fabric
Quilt
Supported environments
Client and server
Changes
Slime Golem 1.2 Update ( Minecraft 1.21+)
Removed
- Colored Slime Blocks (May come back as mod add-on)
- No longer use Resourceful Lib as dependency
Changed
- Slime Golem can be created with slime block.
- Packed Slime Block now stick with other block when use piston.
- Slime Golem are aggressive toward most hostile mobs. (except for Slime)
- Packed Slime Block placed below Soul Campfire will prevent Slime Spawning in Slime chunks.
- Slime Pie give Bounce effect and 50% chance of Nausea effect when eaten.
- Slime Algae now occasionally natural spawn in slime chunks below Y=40
- Use Cloth Config as opitional dependency for mod config.
Added
- Added Slime Charge Item and Projectile Entity.
- Added Bounce effect. Cause any mobs to bounce without slime blocks.
- New Particles
- "cursed_slime_soul" - used for lit Soul Campfire being placed on Packed Slime Block
- "slime_splash" - used for Slime Charge Projectile
- "bounce" - used for Bounce effect.
Slime Charge
- Cause Bounce effect and Slowness when hit.
- Slime Charge Projectile is one of Ominous Trial Spawner projectiles.
- Slime Charge can be craft using a slime ball and a gunpowder.
Technical
- Added 2 new tags
- "immune_to_bounce" - entity type tags for Bounce effect immunity.
- "not_targeted_by_slime_golem" - entity type tags for not being targeted by Slime golem
Optional dependencies
Any compatible version
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:hI3Tmydh:8G54WxWv"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:hI3Tmydh:8G54WxWv"
}

