Tags
Creators
Details
All versions
1.2.3
Release
NoammAddons 1.2.32 weeks ago 2,642
Compatibility
Minecraft: Java Edition
26.1.2
Platform
Fabric
Supported environments
Client-side
Changes
What's Changed
- feat(MageBeam) by @astrld in #219
- feat(PuzzleSolver): block wrong quiz clicks by @jcnlk in #221
- feat(LoadoutKeybinds): add bind indicators and equip sound by @jcnlk in #222
- feat(ItemRarity): add Hypixel color style by @jcnlk in #223
- fix(ChestProfit): correct dungeon reward prices by @jcnlk in #224
- feat(Terminals): add fake invwalk rendering mode by @jcnlk in #225
- feat(PetDisplay): dungeons only option for autopet titles by @jcnlk in #226
- fix(EtherwarpHelper): add missing passable blocks
- feat(EtherwarpOverlay): fullBlock option for the overlay
- fix(EventDispatcher): post world change event on server disconnect
- fix(TermAC): disable ac when looking at a secret
- fix(TermSolver): autoterms not clicking if the solver for that term is off
- fix(TermSolver): autoterms not restarting after break & starts with x solver
- remove(Camera): legacy sneak height, basically useless nowadays
- feat: add custom Hub map by @jcnlk in #231
- feat(NoRotate): use server ticks for timeout & don't clear teleports after a failed attempt
- fix(StorageOverlay): prevent storage data corruption by @jcnlk in #237
- feat(PetMenu) by @jcnlk in #239
- feat(MelodyDisplay): add {class} support to format with the player class
- fix(WaterBoardSolver): doesn't register shift clicks
- fix(TermSolver): startswith term solver missing items
- fix(TermSolver): term solver breaking after dying in boss
- fix(PlayerHUD): defense & vitality regex
- feat(BloodCamp): add decimal place slider by @jcnlk in #240
- fix:
/statsmenu by @jcnlk in #241 - feat(LeapMenu): map leap after blood only option by @jcnlk in #242
- feat(StorageOverlay): hide pages without search matches by @jcnlk in #243
- fix(ChestProfit): update Croesus Menu regex
- fix(ChestProfit): using wrong menu title by @jcnlk in #245
- fix(SimonSays): correct button highlight size and opacity by @jcnlk in #248
- feat(BlazeSolver): send Blaze Done message
- fix(Dungeons): handle decorated tablist player names by @jcnlk in #249
- fix(ChestProfit): every chest shows it has been rerolled
- fix: update wither essence id
Full Changelog: https://github.com/Noamm9/NoammAddons/compare/1.2.2...1.2.3
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:BbdbQ2SQ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:BLhlecF5:BbdbQ2SQ"
}

