Musical Instrument Library (Mib)
Compatibility with Fabric and NeoForge for versions 1.21 and above!
Mib is a modification that adds 8 unique musical instruments to the game. However, it's worth noting that on their own they have limited functionality and work similarly to goat horns if only this modification is installed.
The true value of this mod is revealed when integrated with other modifications. Developers are recommended to include this instrument system in their projects and implement special content for the instruments within their own mods. For example, our upcoming project Orchestrate will allow creating musical compositions using the instruments and sounds from this library.
Added instruments:
- Acoustic Guitar
- Copper Goat Horn
- Fantasy Trumpet
- Flute
- Harpsichord
- Keyboard
- Saxophone
- Violin
All instruments can be crafted on a crafting table. Check the recipe book or use mods for viewing recipes!
For Developers
To add dependency on Mib, use Greenhouse Maven.
repositories {
maven {
name = "Greenhouse Maven"
url = 'https://maven.greenhouseteam.dev/releases/'
}
}
dependencies {
// Dependency on Common project for VanillaGradle/ModDevGradle projects
compileOnly("dev.greenhouseteam:mib-common:${mib_version}")
// Dependency on Fabric project for Fabric or Quilt
modImplementation("dev.greenhouseteam:mib-fabric:${mib_version}")
// Dependency on NeoForge project for NeoForge
implementation("dev.greenhouseteam:mib-neoforge:${mib_version}")
}
Credits
All instrument sounds were sourced from various Roland Cloud libraries.