Dasik Libary

Quick rating

Dasik Libary

No reviews yet

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

No Theme
No Genre
API/Library
Mod Loaders
Fabric
Minecraft
26.2

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Required
Server Required

About

Project Details

Type
Mod
License
GNU General Public License v3.0 or later
Latest Version
dasik-library-1.8.9.jar
Authors
CurseForge
Modrinth

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

Requires Fabric API Java License

🧠 Dasik Library

No Backports: This library targets Minecraft 26.2+. Older versions are unsupported.

This is a Core Library / API.
It provides shared functionality for my mods (Vanilla Outsider, Instant Gratification, and Delayed Gratification collections). It does nothing on its own.

Dasik Library provides a unified Hive Mind architecture for complex social behaviors. Entities become aware of "Social Events" (Alerts, Moods, Requests) and participate in a global, optimized social scheduler.


✨ Features

📡 The Hive Mind (Global Signal System)

Entities don't just "tick"—they pulse.

  • Unified Scheduler: One centralized system manages social interactions for all supported mods.
  • Performance Optimized: Uses a "Highlander" pattern ensuring logic only runs once per tick, even if 100 mods use the library.

🎭 Social Events Registry

A standardized way for entities to communicate.

  • Tracks: Events are categorized (e.g., Mood (High Priority), Ambient (Low Priority)).
  • Lazy Freeze: The registry respects mod loading order but locks down tight for stabilization once the world loads.
Developer Note:
This library solves the "Mod Initialization Race Condition" using the Lazy Freeze Pattern. You can register events safely in your onInitialize, and the system won't lock until ServerTick.

🤝 Inter-Mod Compat

  • Better Dogs: Uses Dasik to handle Pack mechanics, howling, and wild wolf leader-follower logic.
  • MCA Female Gender Bridge: Integrates genetics & breeding physics solvers.
  • Collapsible Game Rule Screen: Utilizes dynamic GameRule registration and localization helpers.

🐺 Leader-Follower API (Cached Boids)

The most advanced flocking API in the Fabric ecosystem.

  • Cached Boids Pattern: Supports massive swarms (100+ entities) with minimal CPU usage by pre-calculating group data on the Leader.
  • Biomechanical Logic: Alignment, Cohesion, and Separation steering for organic movement.
  • Minecraft 26.2+ Native: Fully utilizes native 26.2+ entity attributes and dynamic GameRule registration.

📦 Install

  1. Install Fabric API.
  2. Download dasik-library-1.8.5.jar (or latest) and place it in your mods folder.
  3. Required by all Vanilla Outsider, Instant Gratification, and Delayed Gratification mods.

☕ Support

If you enjoy the ecosystem, consider fueling the next update!

Ko-fi SocioBuzz Saweria

Indonesian Users: SocioBuzz and Saweria support local payment methods (Gopay, OVO, Dana, etc.) if you want to support me without using PayPal/Ko-fi!

📜 Credits

Role Author
Creator Dasik (Rifaditya)
Collection Vanilla Outsider / Instant Gratification / Delayed Gratification
License LGPLv3

📦 Modpack Permissions:
You are free to include this mod in any modpack on any platform. However, the mod itself must be downloaded from its official distribution pages on Modrinth or CurseForge. Re-uploading or redistributing the mod jar file to third-party sites is strictly prohibited unless explicitly permitted by the creator.

**Made with ❤️ for the Minecraft community** *Part of the Vanilla Outsider Collection*

Requires Fabric API Java License

🧠 Dasik Library

No Backports: This library targets Minecraft 26.2+. Older versions are unsupported.

This is a Core Library / API. It provides shared functionality for my mods (Vanilla Outsider, Instant Gratification, and Delayed Gratification collections). It does nothing on its own.

Dasik Library provides a unified Hive Mind architecture for complex social behaviors. Entities become aware of "Social Events" (Alerts, Moods, Requests) and participate in a global, optimized social scheduler.


✨ Features

📡 The Hive Mind (Global Signal System)

Entities don't just "tick"—they pulse.

  • Unified Scheduler: One centralized system manages social interactions for all supported mods.
  • Performance Optimized: Uses a "Highlander" pattern ensuring logic only runs once per tick, even if 100 mods use the library.

🎭 Social Events Registry

A standardized way for entities to communicate.

  • Tracks: Events are categorized (e.g., Mood (High Priority), Ambient (Low Priority)).
  • Lazy Freeze: The registry respects mod loading order but locks down tight for stabilization once the world loads.

[!NOTE] Developer Note: This library solves the "Mod Initialization Race Condition" using the Lazy Freeze Pattern. You can register events safely in your onInitialize, and the system won't lock until ServerTick.

🤝 Inter-Mod Compat

  • Better Dogs: Uses Dasik to handle Pack mechanics, howling, and wild wolf leader-follower logic.
  • MCA Female Gender Bridge: Integrates genetics & breeding physics solvers.
  • Collapsible Game Rule Screen: Utilizes dynamic GameRule registration and localization helpers.

🐺 Leader-Follower API (Cached Boids)

The most advanced flocking API in the Fabric ecosystem.

  • Cached Boids Pattern: Supports massive swarms (100+ entities) with minimal CPU usage by pre-calculating group data on the Leader.
  • Biomechanical Logic: Alignment, Cohesion, and Separation steering for organic movement.
  • Minecraft 26.2+ Native: Fully utilizes native 26.2+ entity attributes and dynamic GameRule registration.

📦 Install

  1. Install Fabric API.
  2. Download dasik-library-1.8.5.jar (or latest) and place it in your mods folder.
  3. Required by all Vanilla Outsider, Instant Gratification, and Delayed Gratification mods.

☕ Support

If you enjoy the ecosystem, consider fueling the next update!

Ko-fi SocioBuzz Saweria

[!NOTE] Indonesian Users: SocioBuzz and Saweria support local payment methods (Gopay, OVO, Dana, etc.) if you want to support me without using PayPal/Ko-fi!


📜 Credits

Role Author
Creator Dasik (Rifaditya)
Collection Vanilla Outsider / Instant Gratification / Delayed Gratification
License LGPLv3

[!IMPORTANT] 📦 Modpack Permissions: You are free to include this mod in any modpack on any platform. However, the mod itself must be downloaded from its official distribution pages on Modrinth or CurseForge. Re-uploading or redistributing the mod jar file to third-party sites is strictly prohibited unless explicitly permitted by the creator.


Made with ❤️ for the Minecraft community

Part of the Vanilla Outsider Collection

Screenshots

Gallery

This project has no gallery images yet.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~25,000
Total Downloads
CurseForge
~9,000
Modrinth
~16,000
Last Updated
CurseForge
Modrinth
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works