Tags
Creators
Details
Licensed ARR
Published 3 years ago
Updated last month
All versions
1.0.3
Release
Aaron’s Mod 1.0.33 years ago 126
Compatibility
Minecraft: Java Edition
1.20–1.20.1
Platform
Fabric
Supported environments
Client-side
Required content
Changes
YACL v3 Update
The mod has been updated to use YACL v3 which overhauls the look of the config! This'll allow for some cool things down the road ;)
Changes
- Added a "Fix Tab Translucency" option which defaults to on
- This fixes an issue introduced in vanilla 1.20 where chat messages can render in front of the tab, blocking text and players. (MC-263256)
- Removed the "Colourful Party Finder Notes" option
- As of recently this no longer works and cannot be fixed.
- Fixed a longstanding bug where the M7 Dragon Boxes could flicker and render incorrectly
- Previously rendering of them could lag a few frames behind.
- Consolidated cherry leaves particle options into one to reflect vanilla changes
- The
/inventorycommand output will now reflect your settings for Fancy Diamond Heads, Old Master Stars and Rainbowify Enchants- Peoples items are so much nicer to look at now!
That's all for now, enjoy the update! :)
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:8Bp9yZxw"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:axe0DxiW:8Bp9yZxw"
}


