All versions
1.5.7+26.2-neoforge
Release
ExtraSounds Next 1.5.7 Neoforge 26.2last week 76
Uploaded by
Compatibility
Minecraft: Java Edition
26.2
Platform
NeoForge
Supported environments
Client-side
Changes
ExtraSounds Next - Changelog
[1.5.7]
Fixes
- Fixed Tab key command autocompletion on Minecraft 26.1/26.2: the suggestion-window mixin still targeted the removed
keyPressed(int, int, int)signature (26.1+ input usesKeyEvent), which broke suggestion display; holding Tab in chat repeatedly re-triggered the failure and caused a noticeable FPS drop
[1.5.6]
New
- Minecraft 26.1/26.2 support (Fabric & NeoForge): mixins adapted for the new input/effect/screen systems, sound-pack generation deferred until item components are bound (sound manager is re-prepared afterwards), JEI integration entrypoint, NeoForge startup timing
- Trial Chambers content: the mace gets a dedicated heavy sound, spears are classified by their material, and copper tools/spears use the iron gear sound
- Dropping items in the world (Q key outside an inventory) now plays the drop sound
Fixes
- Fixed bows being classified with the bowl sound instead of the generic gear sound
- Fixed a startup crash on some NeoForge setups where the Minecraft mod container could not be resolved
Optional dependencies
Any compatible version
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| extrasounds-1.5.7+26.2-neoforge-sources.jar | Unknown | 296.02 KiB |
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:jv7tzVE4:hzNUAntd"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:jv7tzVE4:hzNUAntd"
}

