Tags
Creators
Details
1.1.0-1.21.9-1.21.11
Compatibility
Required content
Changes
This update has been a long time coming, and it has a lot of changes, its mostly a rewrite of the mod to make it compatable with other mods that change the hotbar and tooltip, such as Held Item Info, Bedrockify, Item Borders, and so much more. It also adds a new feature of making the XP Bar animated, as well as completly revamping the config with new toggles and reorganizing it to find everything better.
i also now have a discord where you can keep up to date with updates for all of my mods, and report bugs: https://discord.gg/ZZU3YsPCtr
without further ado, lets get on with the changes:
- Added toggles for: Item animations, Vanilla Item Bobbing (can look a bit weird with smooth animations, but looks kinda cool with bouncy enabled), Pickup/Change animation (whenever an item updates or gains items essentially), Use/Durability, Shrink out on empty, Animate Offhand Slot, all toggles for the animated XP bar, and level up particles.
- Rewrote the mixins for Item animations, and Item tooltips for compatibility with other mods.
- Added the Animated XP Bar, which smooths out the XP bar, adding a trail to the front of the XP bar as it moves to make it look a lot smoother, makes the level text bounce on level up, and every 5 levels (configurable), spawns level up particles that fly up from the XP Text.
- Reorganized the config with 3 categories, General, Animations, and Visual Effects, to keep everything easy to access.
- Bumped version to 1.1.0
This update changed a lot, so if you experience any issues, please report it on my discord or on the github. I still have a lot of feature ideas planned for this mod, and now that this compatiblity update is complete, i can start working on those as soon as possible! I'm also planning on making a forge port, but in the mean time you can use synnatra connector and it should work just fine.
Optional dependencies
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:hsPB5xMD:ShkX1k0t"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:hsPB5xMD:ShkX1k0t"
}

