Hosted on CurseForge: https://www.curseforge.com/minecraft/mc-mods/immersive-melodies
Config docu here: https://github.com/Luke100000/ImmersiveMelodies/wiki/Config
Modpack/Datapack Creator help: https://github.com/Luke100000/ImmersiveMelodies/wiki/Custom-Melodies
Maven: https://maven.conczin.net/#/Artifacts/net/conczin/immersive_melodies
- Add sounds for every octave (1-8) into
resources/assets/{namespace}/sounds/instruments/{instrument_name}
, or usescripts/convert.sh
to convert a C4 base audio automatically. - Register the sounds into the
sounds.json
- Register the item via
immersive_melodies.Items.register(java.lang.String, java.lang.String, long, org.joml.Vector3f)
- Register the animation handler via
immersive_melodies.client.animation.ItemAnimators.register
- Add
instrument.json
andinstrument_hand.json
item models and textures - And of course recipes, lang files, tags, and whatever else might be needed