Tags
Creators
Details
All versions
1.1.8
Release
NoammAddons 1.1.83 months ago 59
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Required content
Unavailable version
Unavailable version
Changes
What's Changed
- fix: ArrowFix singleplayer startup crash by @jcnlk in https://github.com/Noamm9/NoammAddons/pull/72
- fix: Iris shader compatibility by @averithefox in https://github.com/Noamm9/NoammAddons/pull/71
- Feat: use Aho-Corasick for searching replacements by @David13374 in https://github.com/Noamm9/NoammAddons/pull/76
- fix: matches not searching for ' ' or end of text by @David13374 in https://github.com/Noamm9/NoammAddons/pull/86
- Feat: add party speed alert for watcher by @Meywy in https://github.com/Noamm9/NoammAddons/pull/78
- Customizable Secret Waypoints + Fixed on room clear to on secrets clear by @FateShop in https://github.com/Noamm9/NoammAddons/pull/83
- Made it so when disabling terminator only you can still affect the swing animation of other items by @FateShop in https://github.com/Noamm9/NoammAddons/pull/85
- fix: Custom names not showing correctly in chat by @David13374 in https://github.com/Noamm9/NoammAddons/pull/90
- Added glowing mushroom cave warp scroll to WarpShortcuts.kt by @dsgameover in https://github.com/Noamm9/NoammAddons/pull/91
- feat: add x as multiplier in search calc by @Haloys in https://github.com/Noamm9/NoammAddons/pull/93
- feat: add tick time to run splits by @Haloys in https://github.com/Noamm9/NoammAddons/pull/92
- Fix: Custom name properly checks left of name by @David13374 in https://github.com/Noamm9/NoammAddons/pull/97
- fix: sync party members from dungeon tablist by @Haloys in https://github.com/Noamm9/NoammAddons/pull/96
- AutoGFS: Added an option for autoGFS Twilight. by @dsgameover in https://github.com/Noamm9/NoammAddons/pull/99
- Spring boots enhancments by @Alwog in https://github.com/Noamm9/NoammAddons/pull/100
- modmenu integration by @Alwog in https://github.com/Noamm9/NoammAddons/pull/102
- TickTimers.kt changed PY timer to be more accurate. by @dsgameover in https://github.com/Noamm9/NoammAddons/pull/103
- Draggable Config GUI: The feature menu in the configuration GUI is now draggable.
- ItemRarity: Added a sub-feature to display item quality and rarity.
- Run Splits Improvements:
- Added total time, lag lost, and M:SS formatting.
- Added tick time tracking to run splits.
- Added toggle options for Wither door count and lag lost HUD elements.
- Camera Features: - Fixed riding input delay. - Added a Double Sneak Fix.
- PartyFinder: - Added Join stats to the party finder. - Improved PB time formatting to M:SS.
- Watcher Speed Alert: Added a party speed alert specifically for the Watcher phase.
- DamageSplash: Added an option to hide damage numbers globally.
- Fixed the second fairy room door highlight not appearing fast enough during blood rush.
- Fixed an index issue with the ChestProfit book lore name.
- Fixed AutoKick message bug where PB would always show as 0:00.
- Migrated Gradle configuration files to Kotlin DSL (.gradle.kts).
New Contributors
- @jcnlk made their first contribution in https://github.com/Noamm9/NoammAddons/pull/72
- @averithefox made their first contribution in https://github.com/Noamm9/NoammAddons/pull/71
- @Meywy made their first contribution in https://github.com/Noamm9/NoammAddons/pull/78
- @FateShop made their first contribution in https://github.com/Noamm9/NoammAddons/pull/83
- @Alwog made their first contribution in https://github.com/Noamm9/NoammAddons/pull/100
Full Changelog: https://github.com/Noamm9/NoammAddons/compare/1.1.7...1.1.8
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:a1F3PTi7"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:BLhlecF5:a1F3PTi7"
}

