Changelog
[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.
Changed
- Dual-Side Game Rule Lookups: Refactored
DynamicGameRuleManager.getIntandDynamicGameRuleManager.getBooleanto automatically detect environment type, castLeveltoServerLevelon logical servers, and fallback toClientGameRuleHelperon client environments.
Files
dasik-library-1.7.2.jar(129.31 KiB) Primary Download

