Musical Instrument Library (Mib)
Supports Fabric and NeoForge for 1.21 and above!
Mib is a mod that adds 8 unique instruments. However, the catch is that they don't do much on their own, only acting as a goat horn style item if you only have this mod installed.
Where this mod truly shines is integration within other mods, developers are encouraged to include/jar in jar this instrument system, and implement special content for the instruments within their own mod. For example, our mod, Orchestrate (To Be Released), which allows you to compose using the instruments and sounds of this mod.
The instruments this mod adds are:
- Acoustic Guitar
- Copper Goat Horn
- Fantasy Trumpet
- Flute
- Harpsichord
- Keyboard
- Saxophone
- Violin
You can get the instruments by crafting them through the crafting table. Check your recipe book or recipe viewer!
For Developers
To depend on Mib, you should use the Greenhouse Maven.
repositories {
maven {
name = "Greenhouse Maven"
url = 'https://maven.greenhouseteam.dev/releases/'
}
}
dependencies {
// Depend on the Common project, for VanillaGradle/ModDevGradle projects.
compileOnly("dev.greenhouseteam:mib-common:${mib_version}")
// Depend on the Fabric project, for Fabric or Quilt.
modImplementation("dev.greenhouseteam:mib-fabric:${mib_version}")
// Depend on the NeoForge project, for NeoForge.
implementation("dev.greenhouseteam:mib-neoforge:${mib_version}")
}
Credits
All of the instrument sounds were sourced from various Roland Cloud Libraries.
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+