The NBX Project

NoteBlock Exporter NBExport

Better Note Blocks NoteBetter

View the Project on GitHub enbyex.github.io

About

NoteBetter adds a configuration file for Note Blocks, letting you:

Format

The configuration file is a JSON which looks like this:

{
  "blocks": [
    {
      "block": "minecraft:stone",
      "sound": {
        "name": "minecraft:note.bd",
        "volume": 3.0
      }
    }
  ],
  "materials": [
    {
      "material": "minecraft:stone",
      "sound": {
        "name": "minecraft:note.bd",
        "volume": 3.0
      }
    }
  ],
  "default": {
    "name": "minecraft:note.harp",
    "volume": 3.0
  }
}

The full documentation of the format used is available on the wiki.

On the first run, NoteBetter will install some examples in the configuration directory.

Installing

NoteBetter is a Forge mod. To install NoteBetter, first install Forge, then drop the NoteBetter jar in the mods folder.

Downloads

Downloads are available from CurseForge and GitHub.