Tags
Creators
Details
All versions
1.1.9
Release
NoammAddons 1.1.93 months ago 180
Compatibility
Minecraft: Java Edition
1.21.10
Platform
Fabric
Supported environments
Client-side
Required content
Unavailable version
Unavailable version
Changes
What's Changed
- ProtectItem: changed it so you cant drop items before and after dungeon instance by @dsgameover in https://github.com/Noamm9/NoammAddons/pull/105
- typo fixes by @Alwog in https://github.com/Noamm9/NoammAddons/pull/109 & https://github.com/Noamm9/NoammAddons/pull/123
- feat: leap class keybinds by @Haloys in https://github.com/Noamm9/NoammAddons/pull/108
- feat: Lava to Water by @yavinyu in https://github.com/Noamm9/NoammAddons/pull/111
- fix: prevent secret waypoints from being incorrectly marked as completed under certain conditions by @averithefox in https://github.com/Noamm9/NoammAddons/pull/112
- add tps command by @Alwog in https://github.com/Noamm9/NoammAddons/pull/120
- feat: storage overlay by @Haloys in https://github.com/Noamm9/NoammAddons/pull/98 & https://github.com/Noamm9/NoammAddons/pull/124
- feat: Add HideRecipeBook module by @IamGuangZe in https://github.com/Noamm9/NoammAddons/pull/121
- FEAT: TrapHelper by @yavinyu & @dsgameover in https://github.com/Noamm9/NoammAddons/pull/117 & https://github.com/Noamm9/NoammAddons/pull/125
- use Ktor for websocket & webutils
- rtca command and auto eq swap command
- InventorySearch: added CTRL + F key combo support
- fix HiddenMobs not working at all
- I4 Helper & Auto i4 improvements
- remove CancelInteract (basically useless now)
- LeapMenu: add class based custom sorting option
- AuctionPriceInput: show lowestbin price on normal mode & add Enter key support for pressing the confirm item
- EtherwarpOverlay: option to hide the failed etherwarp position
- FEAT: TerracottaTimer - Displays a timer until Terracotta respawn in F6/M6
- FEAT: TacTimer - Shows a 3 seconds timer when you use the Tactical Insertion ability"
New Contributors
- @yavinyu made their first contribution in https://github.com/Noamm9/NoammAddons/pull/111
- @IamGuangZe made their first contribution in https://github.com/Noamm9/NoammAddons/pull/121
Full Changelog: https://github.com/Noamm9/NoammAddons/compare/1.1.8...1.1.9
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:z6IsvErm"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:BLhlecF5:z6IsvErm"
}

