Tags
Creators
Details
Licensed MIT
Published 11 months ago
Updated 4 months ago
All versions
1.1.5
Release
Primal-1.1.5+1.215 months ago 81.7K
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Changes
1.1.5 - 1.21
Additions
- Added recipe integration with EMI for helmet decorations
Changes
- Changed logic for helmet decorations from an enum to a custom registry, making a lot easier for other mods to add their own helmet decorations
- Made babies from tamed parents being tamed automatically
- Made snakes being able to dance with the instrument game event (emitted by goat horns, conch shells and probably other modded instruments)
- Improved eagle idle movement on enclosed spaces
Fixes
- Fixed paint and eye layer not applying correctly to baby lions if the custom baby model is off
- Made tamed pets unable to attack pets with the same owner if alerted by others
- Fixed pets ignoring the vanilla sitting state, causing incompatibilities with other mods
- Modify wolf remodel animations logic to work with snowy spirit sleds
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:41B2buzz:pqobC1Qz"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:41B2buzz:pqobC1Qz"
}

