Tags
Creators
Details
fabric-1.20+1.20.1-3.4
Compatibility
Required content
Changes
This patch introduces support for Minecraft 1.18.2, as well as a whole lot of bugfixes and feature tweaks, more efficient networking, and major API changes. Let's explore it!
Changes
- Major networking tweaks. Expect less delay in Multiplayer!
- Added ability to normalize the Vintage Lyre - converting it to a C major key. Enabled by default.
- Advancement background is now note-block textured
- ABC layout has been re-introduced
MIDI
- The drum now toggles its usage from exlusively left to both left and right. It's just a visual thing, but a nice one imo
- Minimum MIDI velocity is now 6
Technical
- Instrument JSON styler format has been refined. Legacy styler formats are still supported (for now), but are recommended to upgrade.
- Added model predicate
"genshinstrument:instrument_open" - Played hand has been added to the instrument open capability
- Added various more log messages for debugging
Fixed:
- Drum note labels not properly saving (Fabric-only)
- Random crashes upon opening an instrument
- Lower buttons pannel not centered
- (API) Instruments with 8 or more rows crashing on note layout
As per all patches since v3.0 (;-;), this is, like, 99% the last update feature update. Unless some issues arises.
I've been working tirelessly on this patch for the past few months, and I hope it will prove worthy! :)
So see you in, what's hopefully, v4.0!
Optional dependencies
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| genshinstrument-fabric-1.20+1.20.1-3.4-sources.jar | Unknown | 3.92 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:BJPYR21n"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:UUD6Qkij:BJPYR21n"
}

