Tags
Creators
Details
1.4.5
Compatibility
Changes
Changelog:
========
-Updated every entity spawn conditions and weights
-Removed the DaylightSpawningProcdedure to stop flying Spinosaurus
-Updated some entity hitboxes to be more accurate
-Updated some entity experience values to give entities that yielded no experience and experience yield
-Updated to Minecraft Version 1.21.8
-Removed all Geckolib integration
-Remade all entities from the ground up with a built-in animation controller and improved AI
-Gave entities with multiple attack and idle animations the ability to use them
-Reorganised the creative inventory tab
-Added various folders for procedures in the files to organise them better
-Added a cooldown to the Ammonite Shell
-Readded the Dodo Egg and related crafting recipes
-Updated the texture for raw and cooked mammoth meat
-Updated the mammoth model and texture
-Gave the Jaekelopterus Claw its intended functionality
-Gave the Spinosaurus Sail its intended functionality
-Removed the ability to wear the Spinosaurus Sail
-Temporarily removed the Utahraptor Skeleton
-Added various animation controllers
-Added Mammoth Fur
-Added Fur Carpets
-Added the Fur Saddle
-Added crafting recipes for fur-related items
-Added the intended Anurognathus taming and sitting functionality
-Added a new mammoth variant
-Added the ability to shear mammoths
-Added the Triceratops
-Added the Diplocaulus
-Remade and rebalanced all loot tables
-Updated version number
-Added some Simplified Chinese Translations
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:j9t6FnvT:yOH59xoG"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:j9t6FnvT:yOH59xoG"
}

