EaseGUI

Smoothly animates all GUI screens with extensive customization!

File Details

EaseGUI 0.3.0 Fabric 1.21.1

  • B
  • Jul 4, 2026
  • 234.45 KB
  • 12
  • 1.21.1
  • Fabric

File Name

easegui-0.3.0-fabric-1.21.1.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

Fabric

modImplementation "curse.maven:easegui-1584306:8370216"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Beta 0.3.0


What's New:

  • Container Screen Blur! The mod now features smooth background blurring when opening containers (enabled by default). This behavior can be disabled in the config if needed. The blur intensity scales dynamically based on your vanilla Minecraft settings.


Changes:

  • Renamed "Background Dimming" settings back to "Background Blur".
  • Splash Text Animation: The main menu splash text now scales smoothly instead of moving by position.
  • Config File Schema Update (v1 -> v2): Position and scale data structures have been reworked.
    • offsetY and offsetX fields are now unified into "offset": { "x": ..., "y": ... }.
    • startScaleX and startScaleY fields are now unified into "startScale": { "x": ..., "y": ... }.


⚠️ Important note on config migration

Config files will migrate to the new schema version automatically upon launch, preserving your existing settings. However, backward compatibility is not supported (older mod versions cannot read the new schema and will reset modified values). It is highly recommended to back up your config file if you plan to downgrade and wish to keep your custom settings.


Fixes & Improvements:

  • Fixed a minor visual glitch where elements had a non-zero alpha at the very beginning of the transition, making them slightly visible instantly.
  • Fixed incorrect transparency calculations for the main menu logo during its entry animation.
  • Fixed background blur desync: the blur effect now fades in strict synchronization with the background dimming gradient.
  • Fixed a bug where smooth transitions were skipped entirely when moving away from the TitleScreen (e.g., opening Options from the Main Menu).
  • Under-the-hood adjustments to enhance overall performance, compatibility, and stability.