Links
Tags
Creators
Details
All versions
1.0.24
Beta
UniverseGate 1.0.246 months ago 177
Compatibility
Minecraft: Java Edition
1.21.1–1.21.11
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Changes
Added
- Added a full DNA extraction workflow with the new DNA Extractor item, including a timed extraction process, target validation, and crystal cost requirements.
- Added DNA sample items that store entity identity, optional custom name, and rechargeable usage tracking.
- Added Mob Cloner and Mob Cloner Controller machines, including menus/screens, crafting recipes, loot tables, textures, blockstates, and item/block models.
- Added a Dark Energy Generator UI (menu + screen) with live fuel/buffer/network status.
- Added a HUD overlay that displays real-time DNA extraction progress while aiming at a valid target.
- Added a portal pursuit tracker so nearby mobs pursuing a player can continue pursuit through portal transitions.
Changed
- Upgraded energy monitor synchronization and UI to 64-bit values to avoid overflow on large networks.
- Updated energy network aggregation to count both condensers and ZPC reservoirs in shared capacity snapshots.
- Extended standard and dark-energy conduit connectivity to support mob cloning machines.
- Updated item models for fluid pipes and dark-energy conduits to use dedicated inventory display models.
- Updated the mobile portal controller item model/texture mapping.
- Expanded English/French localization with new GUI labels, messages, and tooltips for cloning and dark-energy workflows.
Fixed
- Fixed portal traversal stability by forcing outbound chunk loading during active/open states and for a grace period after player passage.
- Fixed one-way/blocked traversal edge cases so destination contact can keep linked portal state synchronized.
- Fixed pursuit continuity by restoring mob target behavior after teleport and preventing tracked mobs from natural despawn during pursuit windows.
- Restricted DNA anvil enchant behavior to allow only Unbreaking-compatible outcomes.
Supplementary resources
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:49TvAMLZ:UFC1Vnse"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:49TvAMLZ:UFC1Vnse"
}

