All versions
0.8.1
Release
Improved Genetics 0.8.12 weeks ago 68
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
Improved Genetics 0.8.1
Fixes
- DNA Editor multiplayer desync: on servers and LAN worlds, players other than the host saw gene slots scrambled or empty (core genes invisible, additional genes in the wrong slots) and could not place genes correctly. Gene slots now register in a fixed order, so every player sees and edits the exact same layout. Updating is strongly recommended for multiplayer.
- Deactivated Genebots are now silent: a deactivated Genebot no longer plays its own hurt or death voice when hit (you still hear your attack impact).
- Ghost sound in Lab Ruins: Genebots no longer play a mission sound when their chunk loads, so approaching a lab no longer triggers robot sounds from deactivated units.
Improvements
- Microscope cells reworked: cells under the microscope have a fresh translucent design with a glowing nucleus, and they now gently breathe and drift with a smooth, frame-rate independent animation.
- Calmer cell movement: each cell now drifts at its own slightly randomized, slower pace instead of darting around, and the speed is identical on every machine regardless of FPS or monitor refresh rate.
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:yNKK46Q4:rWr6bS9h"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:yNKK46Q4:rWr6bS9h"
}

