Tags
Creators
Details
forge-1.19.2-2.0
Compatibility
Changes
Just like Genshin Instruments itself, I expect this to be the final update of this mod.
You may still submit new instruments to the Even More Instruments! GitHub repository (must include the respective sound files!); a major release of community instruments will be released once in 3 months or so (if any).
Other than that, updates will only be pushed to comply with potential Genshin Instruments' API changes (unlikely) and new Minecraft versions.
Hope you will enjoy!
Changes
- A new instrument: The Guitar!
- Full MIDI support, as per Genshin Instruments v3.3! (with the exception of note block instruments)
- The Looper now emits note particles (color-relative to the playing pitch)
- Parrots now dance to loopers! 🦜🪩
- The Looper will now reset upon a redstone signal
- The Trombone in the GUI has been flipped to match the regular rotation of items
- The default violin sound type modifier is now Right Alt
Fixed
- Violin & Trombone audio latency
- Note block instruments' layout being flipped
- Being unable to play a looper while holding an instrument
- Trombone's colors being too shiny
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| evenmoreinstruments-1.19.2-2.0-sources.jar | Unknown | 3.21 MiB |
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:Mcs3cqJ1:FSdrDmnv"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Mcs3cqJ1:FSdrDmnv"
}

