
Cenozoic Kingdom
Cenozoic Kingdom is a genetics-based Minecraft mod that lets you extract DNA from ancient, frozen materials and revive long-extinct creatures. Analyze. Synthesize. Mutate. Every bone tells a story – and every cell might bring it back to life.
Tags
Creators
Details
0.0.1
Compatibility
Changes
🌍 Cenozoic Kingdom v0.0.1 – First Public Pre-Alpha (Fabric 1.18.2) Welcome to the very first playable version of Cenozoic Kingdom – a mod that brings prehistoric life back into your Minecraft world!
🧪 Features in v0.0.1: 🔬 Analyzer Block Processes frozen items (frozen_bone, frozen_meat, frozen_skin) to extract DNA.
Supports basic DNA types.
🧬 Synthetizer Block Converts general DNA types (cenozoic_dna, modern_dna, paleozoic_dna) into specific DNA (e.g., mastodon_dna, dimetrodon_dna).
DNA synthesis has a failure chance – results in destroyed_dna.
🎨 GUI & Assets Custom GUI for the Synthetizer.
Optimized JSON models and organized texture paths:
textures/item/dna/...
⚙️ Technical Improvements
Improved structure of ModItems, ModBlocks, and BlockEntity classes.
Custom tooltips via ModTooltipItem and ModTooltipBlockItem.
🚧 Notes This version is focused on core functionality. Creature resurrection, animations, and missing textures will be added/placeholders will be changed in upcoming versions.
Requires Fabric Loader and Fabric API for Minecraft 1.18.2.
📣 Stay Connected Join our Discord for dev updates, sneak peeks, and to share your feedback!
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:NjumymYg:SlU3Nwwg"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:NjumymYg:SlU3Nwwg"
}
