File Details
dasik-library-1.7.0.jar
- R
- May 12, 2026
- 127.79 KB
- 179
- 26.1.2
- Fabric
File Name
dasik-library-1.7.0.jar
Supported Versions
- 26.1.2
Curse Maven Snippet
Changelog
[1.7.0] - 2026-05-11
Added
- Parameterized Boids Weights: Added
alignmentWeight,cohesionWeight, andseparationWeighttoGroupParametersfor advanced aerial murmuration control. - Movement Stability Triggers: Integrated
startDistanceandstopDistancelogic intoFollowLeaderGoal. Entities now only engage movement logic when a significant threshold is reached, reducing pathfinding overhead and jitter.
Changed
- API (Breaking): Updated
GroupParametersrecord to include Boids weights and distance triggers. Consumer mods must update constructor calls to1.7.0specification. - Aerial Refinement:
AerialFlockingStrategynow utilizes the new weighted Boids parameters, enabling realistic "Starlings" style murmuration behavior for flying entities. - Terrestrial Optimization: Land-bound flocking now respects the
stopDistanceparameter to prevent pushing/jittering when at the destination.