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.4.jar

  • R
  • May 29, 2026
  • 133.11 KB
  • 260
  • 26.1.2
  • Fabric

File Name

dasik-library-1.7.4.jar

Supported Versions

  • 26.1.2

Curse Maven Snippet

Fabric

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

Learn more about Curse Maven

Changelog

[1.7.4] - 2026-05-26

Added

  • Config Helper: Introduced a generic ConfigHelper providing safe configuration loading, saving, atomic temporary file swaps, size-limit checks, version checking, and backup generation to be shared across consumer mods.

[1.7.3] - 2026-05-26

Added

  • GameRule Helpers: Added getPct, getChance, getProb, and getDecileFloat to DynamicGameRuleManager to centralize math conversions (percentages, permilles, deciles) for GameRule values.

[1.7.2] - 2026-05-26

Added

  • Client-Side Integrated Server Helper: Introduced ClientGameRuleHelper to fetch game rules from the integrated server thread in singleplayer/local play on the client side.
  • Dedicated Server Classloading Protection: Added client environment checks (FabricLoader.getInstance().getEnvironmentType() == EnvType.CLIENT) to lazily load the client-side helper, preventing classloading crashes (such as missing Minecraft class) on dedicated servers.