Dasik Libary

The core library and API for all Dasik mods, including the Vanilla Outsider collection. You only need this if another mod requires it.

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

Fabric

modImplementation "curse.maven:dasik-libary-1453456:8076532"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Changelog

[1.7.0] - 2026-05-11

Added

  • Parameterized Boids Weights: Added alignmentWeight, cohesionWeight, and separationWeight to GroupParameters for advanced aerial murmuration control.
  • Movement Stability Triggers: Integrated startDistance and stopDistance logic into FollowLeaderGoal. Entities now only engage movement logic when a significant threshold is reached, reducing pathfinding overhead and jitter.

Changed

  • API (Breaking): Updated GroupParameters record to include Boids weights and distance triggers. Consumer mods must update constructor calls to 1.7.0 specification.
  • Aerial Refinement: AerialFlockingStrategy now utilizes the new weighted Boids parameters, enabling realistic "Starlings" style murmuration behavior for flying entities.
  • Terrestrial Optimization: Land-bound flocking now respects the stopDistance parameter to prevent pushing/jittering when at the destination.