Tags
Creators
Details
All versions
1.2.5
Release
NoammAddons 1.2.52 days ago 1,084
Uploaded by
Compatibility
Minecraft: Java Edition
26.1.2
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Any compatible version
Changes
What's Changed
- Door fix and leap counter complete alert by @atomyque in https://github.com/Noamm9/NoammAddons/pull/321
- fix(DarkMode): cap the opacity option at 80% by @Noamm9 in https://github.com/Noamm9/NoammAddons/commit/bf765d6
- feat(AutoSprint): option to temp disable while in water by @Noamm9 in https://github.com/Noamm9/NoammAddons/commit/50ff23a
- feat(RenderOpimizer): hide healer orbs by @jcnlk in https://github.com/Noamm9/NoammAddons/pull/328
- fix(BreakerHelper): make the "Prevent secret mine" option not work during boss by @Noamm9 in https://github.com/Noamm9/NoammAddons/commit/b60b565
- feat(AutoTerminal): allow melody skip-chain to arm from row 1 on colu… by @yavinyu in https://github.com/Noamm9/NoammAddons/pull/330
- fix(LeapCounter): hud element not showing in hud editor by @Noamm9 in https://github.com/Noamm9/NoammAddons/commit/b8e8655
- fix(PetMenu): hotbar binds not working with mouse buttons by @jcnlk in https://github.com/Noamm9/NoammAddons/pull/331
- add button and lever hitbox size setting by @averithefox in https://github.com/Noamm9/NoammAddons/pull/333
- disable custom names in item lore by @Noamm9 in https://github.com/Noamm9/NoammAddons/commit/fc0410d
- refactor(ClickGui): reorganize components and add better suggestions in searchbar by @Noamm9 in https://github.com/Noamm9/NoammAddons/commit/984c235
- fix(SimonSays): triggerbot lastClick not being reset by @Noamm9 in https://github.com/Noamm9/NoammAddons/commit/3e1f3e4
- feat(LoadoutKeybinds): added an option to block clicking on the Barrier item by @Noamm9 in https://github.com/Noamm9/NoammAddons/commit/c6092bd
- fix(EnchantColors): return null when no enchant matched in lore by @Noamm9 in https://github.com/Noamm9/NoammAddons/commit/9cfe32f
- fix(DungeonMap): vanilla head marker option always reseting by @Noamm9 in https://github.com/Noamm9/NoammAddons/commit/cfd9c55
- feat: add all game sounds to SoundSetting by @Noamm9 in https://github.com/Noamm9/NoammAddons/commit/564a011
- chore: remove cheats from legit version by @jcnlk in https://github.com/Noamm9/NoammAddons/pull/335
- feat(PartyHelper): add blacklist by @jcnlk in https://github.com/Noamm9/NoammAddons/pull/336
- feat(SimonSays): custom progress format by @jcnlk in https://github.com/Noamm9/NoammAddons/pull/339
- fix: stop disabling blockstate culling unconditionally on launch by @Noamm9 in https://github.com/Noamm9/NoammAddons/commit/d04fc9a
- feat(GateHighlight): add more customization options by @Noamm9 in https://github.com/Noamm9/NoammAddons/commit/f61673d
- remove(RevertAxes): use packdisabler instead by @Noamm9 in https://github.com/Noamm9/NoammAddons/commit/b6a7c1f
- fix(RenderOptimizer): hide 0 health names mod conflict by @jcnlk in https://github.com/Noamm9/NoammAddons/pull/341
- feat(ScanUtils): modern room hashes by @BLACKUM in https://github.com/Noamm9/NoammAddons/pull/343
- feat(DungeonMap): add missing secrets to 300 in the info under map by @Noamm9 in https://github.com/Noamm9/NoammAddons/commit/e2cd646
- fix(Etherwarp): fixed wrong etherwarp predictions by @LioHD1 in https://github.com/Noamm9/NoammAddons/pull/332
- fix(LeapCounter): currentSpot not reseting on world change by @Noamm9 in https://github.com/Noamm9/NoammAddons/commit/f5ac9d7
- chore: add bobby compability by @jcnlk in https://github.com/Noamm9/NoammAddons/pull/346
- feat(TrevorHelper) by @Noamm9 in https://github.com/Noamm9/NoammAddons/commit/d3f12cb
- chore: add bobby
Dynamic World Managementcompability by @jcnlk in https://github.com/Noamm9/NoammAddons/pull/347 - feat(HudEditor): add grid snapping by @Noamm9 in https://github.com/Noamm9/NoammAddons/commit/3ca0370
New Contributors
- @LioHD1 made their first contribution in https://github.com/Noamm9/NoammAddons/pull/332
Full Changelog: https://github.com/Noamm9/NoammAddons/compare/1.2.4...1.2.5
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:DaYvQq1N"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:BLhlecF5:DaYvQq1N"
}

