
Fossils and Archeology: Revival
The mod offers a variety of dinosaurs that are brought back to life through discovering bones, extracting DNA, creating Embryos, and making eggs. Along with dinosaurs there are other prehistoric creatures such as mammoths, smilodons, and DODOS!!
Tags
Creators
Details
7.3.2
Compatibility
Changes
-Added ichthyosaurus, a small sea reptile from the Jurassic
-Added henodus, a small turtle relative from the Triassic
-Fixed Therizinosaurus skeleton breathing
-Fixed skeletons growing
-Skeletons should jitter less
-Added megalodon
-Reduced frequency nearby plants affect mood
-Added more food in the oreDictionary (Forestry, Binnie’s Mods Project Zulu support), courtesy of Sunconure
-Aquatics no more randomly lay eggs that crash the game
-Cooking nautilus no longer crashes the game
-Edited feeder GUI texture
-Fix weird elasmotherium animations
-Herbivores can eat lilypads
-Fix tiny spinosaurus in dinopedia
-Some recipes use OreDictionary wood and crafting tables.
-Food in dinopedia now shows metadata.
-Fixed birds and aquatic dinosaurs always spawning as female.
-Fixed occasional crash when putting herd dinosaurs on a lead
-Added sleeping particles
-Fixed Confuciusornis not being a piscivore
-Fixed Confuciusornis and Pteranodon not attacking
-Removed megalodon
-Chicken essence no longer sets owner without actually taming it.
-Fixed chicken essence being consumable by players
-Fixed sifters not consuming input
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:IJY7IqPP:xrKK0Ej7"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:IJY7IqPP:xrKK0Ej7"
}
