Skip to content

⚡ Zero-Dependency Design

ParameterTechnical Details
Runtime DependenciesZero Runtime Dependencies (fabricloader: >=0.16.9, minecraft: >=26.2-, java: >=25)
Fabric API at RuntimeNot Required (Removed in v1.0.2)
JAR File SizeMinimal footprint (~528 KB)
Modpack Mod CountStandalone plug-and-play

🎯 The Philosophy of Zero Runtime Dependencies

Many quality-of-life mods unnecessarily depend on heavy runtime library bundles. Bed Chat Hider achieves complete functionality using only vanilla Minecraft GUI classes and standard Fabric Loader entrypoints:

  1. Zero Version Conflicts: No crashes caused by mismatched Fabric API sub-module versions.
  2. Instant Loading: Zero dependency graph resolution delay during client initialization.
  3. Universal Modpack Fit: Can be dropped into any client instance regardless of installed mod framework versions.

Related Pages: Home | Version Compatibility | Developer Setup & Building

Official documentation & web portal for Dasik Igaijinn mods.