MAI Modification - Detailed Description
Mai is a client-side modification that transforms the visual experience of sunsets and sunrises in Minecraft. Unlike the standard game where the sky displays conventional hues, this modification allows complete customization of the sunset color palette.
Fabric Version
The Fabric version of the mod offers significantly more advanced functionality compared to the Forge counterpart. Starting from version 3.0.1, users have access to not only basic color settings but also extended customization capabilities:
- Custom easing functions - ability to configure transitions between colors
- Multi-color gradients - support for more than two colors in smooth transitions
- ModMenu integration - convenient configuration through YetAnotherConfigLib directly in the game
Available easing functions:
cubic: y=x^3iocubic: y=x < 0.5 ? 4x^3 : 1-(-2x+2)^3 / 2invcubic: y=-(x^3)+1invtesra: y=(x-1)^4invcube: y=-(x-1)^3linear: y=x
Forge Version
The simpler Forge version focuses on basic sunset color modification. The main function is changing the sunset coloration to more reddish tones, with the color spectrum configured through the game's file system.