All versions
1.3-SNAPSHOT+26.2
Alpha
Hachimitsu MIDI Player for MC 1.3-SNAPSHOT (26.2)last month 28
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client-side
Client and server
Required content
Any compatible version
Any compatible version
Changes
1.3-SNAPSHOT+26.2
- Updated to Minecraft 26.2 (Mojang mappings / Fabric Loader 0.19.3 / Fabric API 0.154.x / Java 25)
- Completely rewrote the MIDI loading engine to a zero-copy (mmap) design
- Huge Black MIDIs (tens of millions of events) no longer crash with out-of-memory errors
- Loading is now asynchronous and no longer freezes the game
- FPS improvements: the maximum number of notes played per frame is now configurable (
max_notes_per_frame, default 64) /midi loadnow supports file paths containing spaces- Improved the file selection screen
- Drive switcher buttons (C:\ D:\ ...)
- Direct path input (press Enter to navigate, or play a MIDI file directly; quoted paths can be pasted as-is)
- ".." (parent folder) entry, folders-first name sorting, scrollbar, double-click to play
- Reduced overlay rendering cost
Optional dependencies
Any compatible version
Any compatible version
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:PfFCTa0g:lNieljDH"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:PfFCTa0g:lNieljDH"
}

