Tags
Creators
Details
All versions
1.2.1
Release
NoammAddons 1.2.12 months ago 1,280
Compatibility
Minecraft: Java Edition
26.1.2
Platform
Fabric
Supported environments
Client-side
Changes
What's Changed
- fix: storage overlay on 26.1.2 by @Haloys in https://github.com/Noamm9/NoammAddons/pull/130
- Added Fishing nets to NoItemPlace.kt by @dsgameover (direct commit, not a PR — merged straight to branch)
- docs: update README for 26.1.2 by @Tjiba in https://github.com/Noamm9/NoammAddons/pull/153
- refactor(ClickGui): change listener on abstract Setting by @Tjiba in https://github.com/Noamm9/NoammAddons/pull/152
- fix: PartyHelper invite command by @jcnlk in https://github.com/Noamm9/NoammAddons/pull/158
- random english fixes by @yennekar in https://github.com/Noamm9/NoammAddons/pull/160
- fix: ScrollableTooltip negative scale by @jcnlk in https://github.com/Noamm9/NoammAddons/pull/164
- feat(AutoI4): add melody leap by @jcnlk in https://github.com/Noamm9/NoammAddons/pull/163
- Map in leap menu by @Xmoguz in https://github.com/Noamm9/NoammAddons/pull/162
- fix: Revert Axes in Storage Overlay by @jcnlk in https://github.com/Noamm9/NoammAddons/pull/167
- chore: add Lotus Atoll world type by @jcnlk in https://github.com/Noamm9/NoammAddons/pull/165
- fix(Box3D) add is removed check by @Noamm9 in https://github.com/Noamm9/NoammAddons/pull/168
- fix: PartyFinder lore parsing by @jcnlk in https://github.com/Noamm9/NoammAddons/pull/171
- fix: EnchantColors ultimate enchants by @jcnlk in https://github.com/Noamm9/NoammAddons/pull/170
- fix: Fullbright lightmap update by @jcnlk in https://github.com/Noamm9/NoammAddons/pull/172
- fix(ChestProfit): debug spamming by @jcnlk in https://github.com/Noamm9/NoammAddons/pull/173
- Attempt at fixing a few issues with wither dragons and an issue with the SimonSays device by @astrld in https://github.com/Noamm9/NoammAddons/pull/174
- fix: CpsDisplay held right clicks by @jcnlk in https://github.com/Noamm9/NoammAddons/pull/176
- fix: PackDisabler tooltip style by @jcnlk in https://github.com/Noamm9/NoammAddons/pull/177
- fix: WardrobeKeybinds auto close by @jcnlk in https://github.com/Noamm9/NoammAddons/pull/178
- fix(EnchantColors): item name formatting by @jcnlk in https://github.com/Noamm9/NoammAddons/pull/180
- fix:
/eqquickswap not working by @jcnlk in https://github.com/Noamm9/NoammAddons/pull/179 - Implement scrollbar dragging and interaction by @astrld in https://github.com/Noamm9/NoammAddons/pull/184
- Added Lava to Water feature back + custom water color tint for customizability! by @astrld in https://github.com/Noamm9/NoammAddons/pull/187
- add option to show your own nametag — under nametag tweaks by @Tjiba in https://github.com/Noamm9/NoammAddons/pull/188
- fix(StorageOverlay): apply tooltip events by @jcnlk in https://github.com/Noamm9/NoammAddons/pull/189
- feat(PartyHelper): add fps party command by @jcnlk in https://github.com/Noamm9/NoammAddons/pull/192
- refactor(utils): drop dead code, reuse vanilla helpers by @Haloys in https://github.com/Noamm9/NoammAddons/pull/194
- feat(NametagTweaks): add force nametag option by @jcnlk in https://github.com/Noamm9/NoammAddons/pull/195
- feat: add custom command shortcuts by @jcnlk in https://github.com/Noamm9/NoammAddons/pull/196
- feat: add
/noammand/noammaddonsaliases by @jcnlk in https://github.com/Noamm9/NoammAddons/pull/202 - for daddy Noamm, +drag in storageoverlay, +fix scroll height by @Tjiba in https://github.com/Noamm9/NoammAddons/pull/191
New features
- Box3D — replaces the glow ESP with actual 3D boxes
- ClassColors — custom color per dungeon class
- Animations: Disable hand movement — stops the held item from swaying when you look around
- LividSolver: Livid Invulnerability Timer
- NoRotate — configurable detection method option
- WitherDragons — arrow stack indicator
- AutoRequeue — option to choose the requeue command
Fixes
- SecretHitboxes: disabled blockstate culling on init; MoreCulling mod compatibility
- StorageOverlay: overlay locking the mouse when force-closed by server, saving issues
- Camera:
disableNauseaonly hiding the overlay instead of disabling nausea; custom FOV breaking with Essential zoom - ChestProfit: lore parsing updated distance check for the HUD element
- SimonSays: rare case with wrong solution shown when the 3rd button spawns on the 1st
- PlayerHUD: missing config checks, added Vitality HUD, updated defence regex
- WardrobeKeybinds: mouse button support
- AutoI4: fixed auto rod-swap stopping the auto from shooting
- MelodyAlert: message sending twice on term open
- PartyHelper: "Reformat Party List" printing unformatted messages
- DungeonMap: removed Mimic room highlight from the legit version
- AuctionPriceInput: Enter key not working on the last confirm button
- PogObject: config files randomly corrupting
- TicTacToeSolver now solves on the main thread
- Removed TrapHelper (useless now)
New Contributors
- @Xmoguz made their first contribution in https://github.com/Noamm9/NoammAddons/pull/162
Full Changelog: https://github.com/Noamm9/NoammAddons/compare/1.2.0...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:v92wIaNr"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:BLhlecF5:v92wIaNr"
}

