CoolAid's NoSignGUI

Allows you to toggle the sign text interface off and on

File Details

v3.0.0 for Fabric 26.1

  • R
  • Mar 27, 2026
  • 102.74 KB
  • 172
  • 26.1
  • Fabric + 1

File Name

nosigngui-fabric-3.0.0_26.1.jar

Supported Versions

  • 26.1

Curse Maven Snippet

Fabric

modImplementation "curse.maven:disablesigngui-1207799:7824743"

Quilt

modImplementation "curse.maven:disablesigngui-1207799:7824743"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

  • Bump version + README and metadata tweaks
  • Major code refactoring in v3.0.0
    • Rewrote the common logic from scratch for cleaner behavior (fixed the mod_id, enclosed the GUI state behind methods, and centralized the toggle/actionbar generation
    • Split the actionbar toggle message into two cached parts (white prefix + green toggle state)
    • Fabric: Rewrote the Fabric side to have a proper client entrypoint, register a static keybind once, and delegate the toggle behavior to common logic for less duplication and better maintainability
    • NeoForge: Rewrote the NeoForge side similarly with shared common toggle logic and a static keybind path
    • Moved MixinClientPlayerEntity to central common directory since they were unnecessarily split
    • Updated MixinClientPlayerEntity to use the new encapsulated API isSignGuiEnabled()
  • Updated to Java 25 and Gradle v9.0 for 26.1
  • Updated Architectury loom to 1.14-SNAPSHOT and Arch plugin 3.5-SNAPSHOT
  • FAPI for 26.1 now requires Fabric Loader v0.18.4+