Links
Tags
Creators
Details
All versions
This automatic release was triggered by a new tag 3.0, see full pipeline: here
3.0
Release
3.0last month 31
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Server-side
Singleplayer
Required content
Any compatible version
Any compatible version
Changes
- This project now finally has detailed automatic tests
- Testing is only done at compile time and not shipped with the actual mod
- Reworked size_partitioning into scaling_steps
- scaling_steps still follows somewhat same principles on users end without being utter garbage
- Implemented scale calculation into remaining distanceToSqr methods
- burn_scaling now has no effect on entities with scale < 1
- Some GameRules now have dynamicly assigned ranged values
- Attribute gathering is now done via BuiltInRegistries stream
- It is untested, but custom attributes now should be supported
- Baby animals can no longer mutate on their own
- BreedGoal now uses proper per entity scaling
- IgnoreConfig now maps string values to actual enum
- Default config changes
- bounciness, friction_modifier, below_name_distance is now ignored
- name_tag_distance is added to the positive attributes
- air_drag_modifier is added to the negative attributes
This automatic release was triggered by a new tag 3.0, see full pipeline: here
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:nD2KdF5q:9YFybfxW"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:nD2KdF5q:9YFybfxW"
}

