Перейти к содержимому
Mineforgian

Musical Instrument Library (Mib)

A library adding common to use musical instruments.

3K загрузок7 подписчиковMPL-2.0fabricneoforge

Обновлён 11 июля 2024 г. · опубликован 8 июня 2024 г.

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.

Версии

ВерсияКаналИграЗагрузчикиДатаСкачать
0.2.0+1.21-neoforgeРелиз1.21neoforge11 июля 2024 г.Скачать (324 КБ)
0.2.0+1.21-fabricРелиз1.21fabric11 июля 2024 г.Скачать (331 КБ)
0.1.2+1.21-neoforgeРелиз1.21neoforge5 июля 2024 г.Скачать (311 КБ)
0.1.2+1.21-fabricРелиз1.21fabric5 июля 2024 г.Скачать (319 КБ)
0.1.1+1.21-neoforgeРелиз1.21neoforge24 июня 2024 г.Скачать (324 КБ)
0.1.1+1.21-fabricРелиз1.21fabric24 июня 2024 г.Скачать (332 КБ)
0.1.0+1.21-neoforgeРелиз1.21neoforge24 июня 2024 г.Скачать (324 КБ)
0.1.0+1.21-fabricРелиз1.21fabric24 июня 2024 г.Скачать (332 КБ)

Ченджлог

0.2.0+1.21-neoforgeРелиз1.21 · 11 июля 2024 г.

Content

  • Added /mib play command. Which allows users to play Mib instruments at a specific note. Full usage of the command is:
    • /mib play <soundSet> <note> <octave> <volume> <length> <targets> pos/entity <origin>
  • Removed fade_start field from sound set data. This will now be handled automatically.
    • Copper Goat Horns and Flutes can now be played to any length.
  • Updated mod version schema to {mod_version}+{minecraft_version}.

Miscellaneous

  • Allowed notes to be case insensitive in data and commands.
  • NeoForge module built off NeoForge 21.0.83-beta.
  • Renamed all references to "key" to "note" in code, as that is the correct name.
0.2.0+1.21-fabricРелиз1.21 · 11 июля 2024 г.

Content

  • Added /mib play command. Which allows users to play Mib instruments at a specific note. Full usage of the command is:
    • /mib play <soundSet> <note> <octave> <volume> <length> <targets> pos/entity <origin>
  • Removed fade_start field from sound set data. This will now be handled automatically.
    • Copper Goat Horns and Flutes can now be played to any length.
  • Updated mod version schema to {mod_version}+{minecraft_version}.

Miscellaneous

  • Allowed notes to be case insensitive in data and commands.
  • NeoForge module built off NeoForge 21.0.83-beta.
  • Renamed all references to "key" to "note" in code, as that is the correct name.
0.1.2+1.21-neoforgeРелиз1.21 · 5 июля 2024 г.

Fixes

  • Updated Copper Goat Horn sounds. (#2)
  • Minor rewrites to sound instances. Hopefully they're less buggy.
  • Fixed Saxophone tooting transforms in third person right hand.
0.1.2+1.21-fabricРелиз1.21 · 5 июля 2024 г.

Fixes

  • Updated Copper Goat Horn sounds. (#2)
  • Minor rewrites to sound instances. Hopefully they're less buggy.
  • Fixed Saxophone tooting transforms in third person right hand.
0.1.1+1.21-neoforgeРелиз1.21 · 24 июня 2024 г.

Fixes

  • [FABRIC] Fixed a no refmap crash.
  • Fixed Saxophone tooting transforms.

Miscellaneous

  • Added mod icon to mod.
  • Optimised assets.
0.1.1+1.21-fabricРелиз1.21 · 24 июня 2024 г.

Fixes

  • [FABRIC] Fixed a no refmap crash.
  • Fixed Saxophone tooting transforms.

Miscellaneous

  • Added mod icon to mod.
  • Optimised assets.
0.1.0+1.21-neoforgeРелиз1.21 · 24 июня 2024 г.
  • Initial release.
0.1.0+1.21-fabricРелиз1.21 · 24 июня 2024 г.
  • Initial release!

Комментарии

Загружаем…