1.3.0
Compatibility
Changes
-
The Mushroom (Passive Mob) A completely new passive creature that stays in place Spreads spores that affect nearby slimes Optimized for performance with minimal AI
-
Evolution System Slimes can now transform into other creatures based on their genes reaching peak values: Slime ā Mushroom: When gene M reaches 4 Spider ā Spider Queen: When MAX_HUNTER reaches 25 More transformations coming soon!
-
Gene M (Mushroom Gene) New gene added to Replicator Slime Increases with effective sleep, darkness, and mushroom spores Visual progression: spots appear and grow on the slime as M increases At M=4: full transformation into the Mushroom mob
𧬠Future Plans: Caterpillar ā Reptile ā Fish evolution chain More gene combinations and synergies (Epistasis) Virus immunity system improvements Seasonal effects and biome adaptations
š Bug Fixes: Fixed texture layer rendering issues in NeoForge 26.1.2 Fixed JSON model display parameters Optimized render system for multiple texture layers
Thanks for your support! Let me know what you think in the comments. šš§¬
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:33BggAL6:4hwMTiJG"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:33BggAL6:4hwMTiJG"
}

