promotional bannermobile promotional banner

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.
Back to Files

dasik-library-1.8.15.jar

File namedasik-library-1.8.15.jar
Uploader
DasikIgaijinDasikIgaijin
Uploaded
Aug 8, 2026
Downloads
1.1K
Size
167.7 KB
Mod Loaders
Fabric
File ID
8600167
Type
R
Release
Supported game versions
  • 26.2
  • 26.1.2

Curse Maven Snippet

Fabric

modImplementation "curse.maven:dasik-libary-1453456:8600167"

Learn more about Curse Maven

What's new

[1.8.15] - 2026-08-08

Fixed

  • GameRule Codec Bounds Crash Fix: Updated DynamicGameRuleManager IntegerBuilder so min defaults to Integer.MIN_VALUE (or Math.min(Integer.MIN_VALUE, defaultValue)). Prevents SavedDataStorage.encodeUnchecked from throwing IllegalStateException when serializing game_rules.dat on world save for integer GameRules containing negative values.

[1.8.14] - 2026-08-08

Fixed

  • Category-Only Bold Formatting Isolation: Restricted §l bold formatting exclusively to category header entries (gamerule.category...), removing un-intended bolding from individual GameRule display names (e.g. Instant Gratification ore rules).

[1.8.13] - 2026-08-07

Fixed & Added

  • GameRule Category Header Bold Formatting: Updated registerCategory in DynamicGameRuleManager to inject bolded (§l) category translation entries into GENERATED_TRANSLATIONS for category titles (e.g. Natural Reproduction (9 rules)).

[1.8.12] - 2026-08-07

Added

  • Bold GameRule Title Formatting: Added §l formatting code to DynamicGameRuleManager.generateReadableName so all dynamically registered GameRule display names appear bolded in vanilla and modded GameRule menus.

[1.8.11] - 2026-08-07

Fixed

  • Stale Attribute Modifier Purging: Fixed giant animal scale bug by actively purging all legacy and duplicate genetics_ / mod-related attribute modifiers before applying new genetics modifiers in GeneticsEngine.applyGeneticsModifiers and resetGenetics.

[1.8.10] - 2026-08-07

Fixed

  • Scale Attribute Base Offset Calculation: Fixed GeneticsEngine.applyGeneticsModifiers to subtract 1.0f from the modifier value when applying ADD_VALUE attribute modifiers for scale / minecraft:scale. Prevents base scale 1.0 from adding +1.0 (rendering 200% giant entities).
  • Expanded Scale API Bounds: Updated DasikAnimalGeneticsAPI.getScale and setScale clamp range from [0.5f, 2.0f] to [0.1f, 3.0f] to support dynamic custom scale configurations.