- Fix boids not affecting mobs from other mods sometimes
General Changes
- Boids simulation code has been rewritten
- Tweaked default values
- Fish from other mods will no longer have boids behaviour by default
- Updated fishing real compat
Config changes
Added new config options
-
Influence angle for separation, alignment and cohesion
-
randomness
Random influence -
defaultEntities
Base list of mobs the boids behaviour applies to -
includedEntities
List of entities that are additionally influenced -
excludedEntities
List of entities that are blacklisted
General Changes
- Boids simulation code has been rewritten
- Tweaked default values
- Fish from other mods will no longer have boids behaviour by default
- Updated fishing real compat
Config changes
Added new config options
-
Influence angle for separation, alignment and cohesion
-
randomness
Random influence -
defaultEntities
Base list of mobs the boids behaviour applies to -
includedEntities
List of entities that are additionally influenced -
excludedEntities
List of entities that are blacklisted
- Update to 1.21
- Make fish jumping out of water more unlikely
- Compile with java 17
- Fixes crash with java 17
- Add a basic config
- Add
/boids config reload
command
Update to 1.20.5
1.20.1
- Fix unexpected behaviour when fish die
- Fix flying fish
- Add icon
- Change loader version to 0.15.1
- Improve mod compatibility
- Clean up code