
✨ify
✨ify is a Fabric mod for Minecraft 1.19 that adds a customizable ✨ background to many Minecraft HUDs and optionally modifies enchantment glint.
Although the main feature of the mod is adding a ✨ gradient background to HUDs, there also is a blur option, which delivers a much better frame time than other solutions, even making it compatible and fluent with older GPUs. If you don't like the ✨ gradient you can simply disable it in the options and only use the blur backdrop.
Discord: https://discord.gg/Ka2yV5MkFw
Modrinth: /mod/✨ify
Installation
We take a working Fabric installation for granted. Have a look at the Fabric website if you haven't installed it yet.
Simply drag the mod into your mods folder. You must have the
Fabric API installed the same way. We
recommend also using Modmenu (for editing
✨ify's settings ingame). ✨ify is compatible with
Sodium, so you may want to use that as well
for improved performance.
Customization
In the mod menu ✨ify settings, you can customize multiple values:
!screenshot of settings
- ✨ify: Enables/disables the mod.
- Blur: Enables/disables the blur in GUI backgrounds. If you notice any stutters in the GUI, turn this off.
- ✨: Enables/disables the ✨ gradient in GUI backgrounds.
- Blur amount: How large the blur radius will be. The higher this setting, the less recognizable the background will be.
- ✨ opacity: How opaque the ✨ colors will be.
- ✨ speed: How fast the ✨ colors will move.
- Glint: Turns the enchantment glint into a customized ✨ glint
- Insanity Glint: Enables insanity glint for armor, this also makes it screen position independent
Development Setup
- Clone this project
git clone https://github.com/officialLennox/✨ify - Open the project in IntelliJ as gradle project
- Execute the
genSourcesgradle task - Build the jar with the
assemblegradle task
Code Conventions
We use Google Code Conventions with 2 spacings, please keep that in mind while contributing.
License
Copyright (c) 2021-2023 Lennox
✨ify is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
✨ify is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with ✨ify. If not, see https://www.gnu.org/licenses/.
