Tags
Creators
Details
All versions
fabric-1.19.2-3.4.1
Release
[FABRIC] v3.4.1 - 1.19.22 years ago 2,651
Compatibility
Minecraft: Java Edition
1.19.2
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Changes
This version proposes API tweaks & changes, long-awaited community suggestions, and preparation for v4.0's new wind instrument.
Changes
- Added Chinese support by charmaznable & SteveNotSet
- Added GUI visibility toggle (MoonstruckLucii suggestion)
Achievements
- Master achievement now grants 5exp
- Root achievement now takes in any instrument, not just Genshin ones
- Specified Master achievement to be Genshin-specific
MIDI
- New slider added: Sensitivity
Allows the player to control how sensitive dynamic touch input should be
Technical
- Fixed conventional key namings in Player's InstrumentOpen NBT capability
Tags
- New tag group:
genshin_instrumentsto specify genshin-specific instruments
API
- Moved wind instruments support from Even More Instruments! to Genshin Instruments
Fixed
- Do-ReMi and Don-Ka labeling
- Volume slider saving a way too accurate representation of volume
- Potential resource leaks while reading Instrument styler sheets
Optional dependencies
Any compatible version
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| genshinstrument-fabric-1.19.2-3.4.1-sources.jar | Unknown | 3.94 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:UUD6Qkij:dug2TC1g"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:UUD6Qkij:dug2TC1g"
}

