Tags
Creators
Details
Licensed ARR
Published 3 years ago
Updated 2 years ago
All versions
2.2.5
Release
Prehistoric Fauna 2.2.53 years ago 8,984
Compatibility
Minecraft: Java Edition
1.16.4–1.16.5
Platform
Forge
Supported environments
Client and server
Changes
Prehistoric Fauna 2.2.5 Changelog
- Fixed Cobbania and Thatch Carpets not dropping when broken
- Raised the height of hitboxes to the entity eye level height, preventing suffocation
- Fix Triceratops not wanting to breed
- Fix Sentinels not caring about the light level
- Fixed the Potted Neocalamites texture being broken
- Changed Horsetails block model and texture to be more accurate to life
- Fixed Postosuchus Skeleton Posing not being saved when reloaded
- Changed the sound of the Coelophysis Skull breaking to be more consistent with other fossils
- Fixed Triceratops Eggs crashing when hatching
- Changed the texture for the Ceratosaurus Skeleton, several skulls, and Metasequoia and Protopiceoxylon woodset
- Changed the Protoceratops Hurt sound
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:u7Pv6ogu:AtzitEW5"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:u7Pv6ogu:AtzitEW5"
}

