Tags
Creators
Details
All versions
1.2.2
Release
NoammAddons 1.2.2last month 2,390
Compatibility
Minecraft: Java Edition
26.1.2
Platform
Fabric
Supported environments
Client-side
Required content
Changes
What's Changed
- fix(RevertAxes): add PackDisabler compatibility by @jcnlk in https://github.com/Noamm9/NoammAddons/pull/206
- fix(TerminalSolver): nether star and exp bottle being ignored by the solver by @Noamm9 in https://github.com/Noamm9/NoammAddons/pull/207
- fix(ItemRarity): showing wrong rarity on potions by @Noamm9 in https://github.com/Noamm9/NoammAddons/commit/02ae3cf
- fix(ActionBarParser): update regex for Hypixel changes by @Noamm9 in https://github.com/Noamm9/NoammAddons/commit/b28102d
- fix(DataDownloader): GitHub API rate limit by @Noamm9 in https://github.com/Noamm9/NoammAddons/commit/fa953fd
- fix(ChestProfit): correct dungeon reward prices by @jcnlk in https://github.com/Noamm9/NoammAddons/pull/210
- feat(LoadoutsKeybinds) by @jcnlk in https://github.com/Noamm9/NoammAddons/pull/209
- feat(Tweaks): add hide item cooldown by @jcnlk in https://github.com/Noamm9/NoammAddons/pull/211
- fix(RevertAxes): handle missing item models by @jcnlk in https://github.com/Noamm9/NoammAddons/pull/212
- fix(NoRotate): make pending teleport list concurrent by @Noamm9 in https://github.com/Noamm9/NoammAddons/commit/eb2167f
- fix(BlazeSolver): IOOBE exception by @Noamm9 in https://github.com/Noamm9/NoammAddons/commit/9e34ed0
- fix(BlazeSolver): extra blaze being highlighted by @Noamm9 in https://github.com/Noamm9/NoammAddons/commit/eb0c2fb
- fix(PetDisplay): not updating when swapping loadouts by @Noamm9 in https://github.com/Noamm9/NoammAddons/commit/d6cb10a
- fix(ThreeWeirdosSolver): exception with C2ME by @Noamm9 in https://github.com/Noamm9/NoammAddons/commit/8920e88
- fix(WaterBoardSolver): ignore shift clicks on levers by @Noamm9 in https://github.com/Noamm9/NoammAddons/commit/a94f9d8
- fix(SnappyTappy): improve movement mod compatibility by @jcnlk in https://github.com/Noamm9/NoammAddons/pull/214
- fix(LividSolver): livid entity not updating by @Noamm9 in https://github.com/Noamm9/NoammAddons/commit/b9f679a
- fix(PetDisplay): active pet highlight not working with single pet menu page by @Noamm9 in https://github.com/Noamm9/NoammAddons/commit/ca4022a
- fix(ProfileUtils): coop stats messages not being canceled by @Noamm9 in https://github.com/Noamm9/NoammAddons/commit/a228e80
- feat(PartyFinder): add kick button to join stats by @jcnlk in https://github.com/Noamm9/NoammAddons/pull/203
- feat(NametagTweaks) Added option to hide dinnerbone nametags by @astrld in https://github.com/Noamm9/NoammAddons/pull/217
- feat(UpdateChecker) by @Noamm9 in https://github.com/Noamm9/NoammAddons/pull/218
Full Changelog: https://github.com/Noamm9/NoammAddons/compare/1.2.1...26.1.2
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:BLhlecF5:pHw11lly"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:BLhlecF5:pHw11lly"
}


