nineMinecraft is a joke site.
nineMinecraft is in no way affiliated with Modrinth or 9minecraft. (And frankly, who wants to be affiliated with the latter?)
Musical Instrument Library (Mib)

Musical Instrument Library (Mib)

Mod

A library adding common to use musical instruments.

Client and server

1,060 downloads
5 followers

Musical Instrument Library (Mib)

Supports Fabric and NeoForge for 1.21 and above!

ModFest Carnival


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.

External resources


Project members

Greenhouse

Greenhouse

Organization

Omniv

Artist

Pug

Owner


Technical information

License
MPL-2.0
Client side
required
Server side
required
Project ID