Tags
Creators
Details
2.0.0+1.21.4
Compatibility
Required content
Changes
In light of all the new features/bug fixes and to reduce possible confusion with Minecraft's versioning system I have decided to increase the mod's major version.
The Great Config Rework
The config screen has received a fresh coat of paint and has been redesigned to be easier to use and more consistent.
Along with this comes a new file format for the config, your current config files will be automatically upgraded and you won't lose anything. This means that once you upgrade to this version you cannot downgrade otherwise you risk corrupting your config which could cause crashes.
Highlights
- Item Model Customization
- You can now tweak the appearance of item models while you hold them in your main hand or off hand.
- The position, scale (size), and rotation can be changed.
- The swing duration can also be changed, there is also an option to have the swing duration ignore mining effects (Haste and Mining Fatigue).
- Improved Skyblock Enchantment Highlighting
- Enchantments that are just below the best tier available but aren't in the enchantment table are now highlighted in gold (customizable).
- Fix issues where rainbow enchants could be applied in the wrong places
- HUD Rework
- Added a new Ping HUD which shows your current ping, you can freely move it around and resize it.
- The position and size of the FPS HUD can now be changed!
- Manage all the mod's HUDS from one singular place - the HUD Manager which you can access through the config screen or
/aaronmod hud.
- Allow for hiding world loading screens
- Customize the opacity of Status Effect backgrounds on the HUD
- Customize Particle Opacity (also works with Iris!)
- Lightning Hider
- Modernize rendering code
- Improved date formatting
- Improved colour interpolation tech
- Cache player lookups for commands
- Fix longstanding issue with copying chat messages (where it can't find the hovered message)
- Fix Optimized Screenshots issues
- Fix Z formatting code overwriting the text shadow colour
- Fix Still Rainbow Enchant mode
- Fix Dragon Health text rendering
- Fix a crash that could happen in M7
- Fix threading issues that could trigger crashes
- Fix Old Master Stars
- Fix a rare issue when searching for items in the creative inventory
- Fix Uninterrupted Music bugs
- Dutch Translations (PinguinLars)
Due to near zero demand, I will no longer be providing any releases on GitHub and they will now be made exclusively on Modrinth.
That's all for this update, enjoy! :D
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:axe0DxiW:L5vJs53O"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:axe0DxiW:L5vJs53O"
}


