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
Changelog
[1.7.4] - 2026-05-26
Added
- Config Helper: Introduced a generic
ConfigHelperproviding 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, andgetDecileFloattoDynamicGameRuleManagerto centralize math conversions (percentages, permilles, deciles) for GameRule values.
[1.7.2] - 2026-05-26
Added
- Client-Side Integrated Server Helper: Introduced
ClientGameRuleHelperto 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 missingMinecraftclass) on dedicated servers.