Tags
Creators
Details
Licensed ARR
Published 3 years ago
Updated last month
All versions
2.2.0+1.21.5
Release
Aaron’s Mod 2.2.0 for 1.21.5last year 122.1K
Compatibility
Minecraft: Java Edition
1.21.5
Platform
Fabric
Supported environments
Client-side
Required content
Changes
Highlights
- Item Model Customization Screen
- Added a dedicated GUI for customizing the look of item models making it easy to preview the result and see changes in real time.
- Access the screen through the button in the config or
/aaronmod itemModel. - Translations now work with normal integers so that translating by 1 doesn't move it off the screen for example.
- Old configs will be automatically migrated to support the new system.
- Created a discord server for the mod
- Join today to receive the latest news about the mod and to suggest features and report bugs!
- Chroma Text pack changes
- Added an icon for it.
- Made the pack mostly mandatory to fix issues with it not being enabled by default.
- Made the M7 Dragon Timers based off server ticks
- They should now be mostly in sync with the server, making them even more accurate!
- Added a TPS Hud
- Hide tutorials by default
- Fixed a disconnect with the Image Preview feature
- Fixed an issue with the Hide Fire Overlay & Hide Tutorial config options that prevented them from being used properly
- Fixed a small incompatibility with mods that extend the chat history
- Added some Chinese translations (Thanks to PumpkinXD)
Note that a release for 1.21.6 will be coming soon!
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:oJweoe5p"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:axe0DxiW:oJweoe5p"
}


