Links
Tags
Creators
Details
Licensed MIT
Published 4 years ago
Updated last year
All versions
1.20.1-4.0.0
Beta
1.20.1-4.0.0-BETA3 years ago 128
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
Version 4.0.0 - BETA
Added
- 8 New Instruments
- Block: Timpani, Harp, Contrabass
- Handheld: Trombone, Tuba, Viola, Cello, Piccolo
- 1 New Tuned Instrument
- Violin (Trio)
- Handheld Transmitter - Replaces the previous Transmitter and FileCaster.
- Includes a much improved interface and the ability to place songs from the server and your PC.
- Server Transmitter Block - Replaces the Broadcaster.
- Includes the same interface as the handheld Transmitter but can only play songs from the server.
- LED Cubes - When powered by Redstone glows in one of 16 colors (dye colors).
- Includes 8 design variants and the ability to invert so that it glows when not powered by Redstone.
- Does not change the light level in the world so that it can be rapidly turned on and off without lag.
- Effect Emitter - When powered by Redstone can play a Sound Effect and Particle Effect.
- Can be heavily customized using the User Interface including the ability to loop.
- Includes the ability to invert so that it emits when not powered by Redstone.
Changed
- User Interface - Every screen in MIMI has been at least partially overhauled for visual consistency and simplifcation.
- Simplified Instrument to Transmitter Linking - It's not faster and easier than ever to link your instruments and start playing.
- Overhauled Transmitter - The Transmitter has been completely rebuilt to make it easier to use and give more flexibility.
- You can now set songs as favorites and filter the list of songs to only those you have marked.
- Servers can now provide MIDI files that will show up on the Transmitter screen for players to easily play.
- MIDI files are now expected to be stored in a specific folder like Resource Packs.
- While less flexible, this makes it easier for players to locate their files.
- There's even a button to open the folder right from the Transmitter screen!
- Simplified MIDI Settings Copying - You can now copy MIDI settinsg from one block or instrument to via the crafting grid.
- Listener and Receiver Modes - You can nwo toggle the Listener and Receiver between "Note Start" and "Note Held" modes.
- Note Start - This was previously the only mode and would cause the Listener/Receiver to emit redstone when a note started.
- Note Held - This new mode allows the Listener/Receiver to continuously emit redstone while a note is playing.
- Block Art - Art for nearly every block has been redone to enhance block-to-block uniqueness and increase visual consistency.
- Massive Performance Improvements - Reduced latency on everything from notes playing to Listeners and Receivers triggering.
- On MIMI 3.x Through the Fire and The Flames with 5 Instruments, 5 Listeners, and 5 Receivers used 43% of Server Tick Time
- On MIMI 4.0.0 the same setup consistently uses < 3% of Server Tick Time
- on MIMI 3.x there was a minimum 100ms delay between Listeners/Receivers firing and players hearing the notes
- On MIMI 4.0.0 that delay has a minimum of 10ms
- On MIMI 3.x Through the Fire and The Flames with 5 Instruments, 5 Listeners, and 5 Receivers used 43% of Server Tick Time
- Several recipe tweaks for balance.
- Many bug fixes and stability improvements.
- Probably a bunch of other small things that I'm forgetting.
Removed
- Switchboards - MIDI settings are now stored directly on instruments and blocks.
- Instruments and blocks that previous contained a Switchboard have had the settings copied onto them.
- FileCaster - The Transmitter now supports playing files from the server and your PC.
- Can be converted to a Transmitter item by right-clicking while holding.
- Broadcaster - MIDI playback by URL is no longer supported for security reasons.
- Can be converted to a Server Transmitter block by right-clicking when placed in the world.
- Floppy Disks - MIDI playback by URL is no longer supported for security reasons.
- Disk Writer - MIDI playback by URLis no longer supported for security reasons.
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:efSTEGLV:v0kE28Oy"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:efSTEGLV:v0kE28Oy"
}

