0.0.7
Compatibility
Changes
I'm going to have to delete the previous versions because theyre incompatible with this (you cant upgrade from them to this), so here's what it said in their changelogs:
0.0.65:
Just revamped the Carno and Trike designs
I think I also slightly changed some behaviours, but I don't really remember
0.0.6:
I might rebrand the mod at some point, Idk.
All features are listed in the descriptions.
It adds a new biome for every dinosaur called the Mesozoic Forest (maybe I'll add more environments, but currently I don't really plan to.)
Current Dinos:
Tyrannosaurus Rex Yutyrannus Triceratops Carnotaurus Velociraptor Also pls remember that this is an Alpha version (every carnivore uses the T Rex's anims rn and the Trike currently has no anims)
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:bBWEPTPb:uHhLAiod"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:bBWEPTPb:uHhLAiod"
}

