Skip to content

NoteBlockLib 3.2.0

Latest

Choose a tag to compare

@RaphiMC RaphiMC released this 25 Mar 18:25
· 6 commits to main since this release
457018d

Changelog

  • Added support for the new trumpet instruments from Minecraft 26.1
  • Added support for NBS v6 files
  • Implemented most NBS "event instruments"
    • Toggle Rainbow
    • Sound Stopper
    • Show Save Popup
    • Toggle Background Accent
  • Updated MIDI mappings
  • Refactored parts of the codebase
    • Repackaged model classes
    • Added parameter validation
    • Corrected various data types
  • Added option to import full MIDI key range (By default only 88 keys are imported)
  • Rewrote MinecraftDefinitions#applyExtendedNotesResourcePack
    • It now replaces the instrument of the note (To ShiftedMinecraftInstrument) instead of returning the octave shift
    • The old method is available as MinecraftDefinitions#applyExtendedNotesResourcePackOld to make updating easier