promotional bannermobile promotional banner

Collapsible gamerules

Makes the GameRules UI screen collapsible by category. Tired of scrolling? Clean up your world settings.

File Details

collapsible-game-rules-1.0.0+build.15.jar

  • R
  • Apr 17, 2026
  • 68.76 KB
  • 30
  • 26.1.2+2
  • Fabric

File Name

collapsible-game-rules-1.0.0+build.15.jar

Supported Versions

  • 26.1.2
  • 26.1.1
  • 26.1

Curse Maven Snippet

Fabric

modImplementation "curse.maven:collapsible-gamerules-1468932:7938152"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

[1.0.0+build.15] - 2026-04-16

  • Upgraded: Fabric Loader to 0.19.1 for native Java 25 Mixin subsystem support.
  • Minecraft Support: Shifted to ~26.x compatible range (>=26.1) for Minecraft 26.2 readiness.
  • Upgraded: Fabric API to 0.145.4+26.1.2.
  • Restored: Mixin compatibilityLevel to JAVA_25 — native, warning-free.
  • Dependencies: Upgraded DasikLibrary to build.20.

[1.0.0+build.14] - 2026-04-15

  • Fixed: Downgraded Mixin compatibilityLevel to JAVA_22 to resolve Fabric/Knot subsystem warnings while maintaining Java 25 runtime support.
  • Dependencies: Upgraded DasikLibrary dependency to build.19.

[1.0.0+build.13] - 2026-04-15

  • Compliance: Added pack.mcmeta with explicit min_format and max_format (Format 84) to satisfy Snapshot 26.1.2 validation requirements.
  • Dependencies: Upgraded DasikLibrary dependency to build.18.

[1.0.0+build.12] - 2026-04-15

  • Dependencies: Upgraded DasikLibrary dependency to build.17.
  • Added: DasikMetadataHelper for ClassLoading safety. Isolates DasikLibrary references to prevent runtime crashes if the library is missing.
  • Fixed: Critical World Options lockout caused by Mixin inheritance violation. Migrated to ScreenMixin targeting the base removed() method.
  • Synced: Comprehensive documentation audit and sync across all platform pages (Modrinth, CurseForge) and player guides.
  • Verified: Achieved Zenith Sovereign Engineering compliance. Verified against Snapshot 26.1 (wildcard 26.* standard).
  • Standardized: Internal Mixin member prefixes to collapsible_game_rules$.
  • Modernized: Updated Stream API usage to Java 25 (.toList()).

[1.0.0+build.10] - 2026-04-15

  • Added: Global Actions UI entry providing "Expand All" and "Collapse All" buttons.
  • Added: Enhanced Keyboard Navigation — Left Arrow collapses, Right Arrow expands categories.
  • Added: Smart Search Integration — matching categories now automatically expand during search.
  • Added: Full English localization via en_us.json.
  • Optimized: High-performance persistence layer moves disk I/O to screen exit via isDirty flag.
  • Optimized: Static logger implementation to reduce overhead during UI population.
  • Synced: Environment alignment with Minecraft 26.1.2 ("Tiny Takeover"), Fabric Loader 0.18.4, and DasikLibrary Build 16.