Skip to content

Releases: eNByeX/NoteBetter

NoteBetter 1.1.0

30 Mar 15:50
Compare
Choose a tag to compare

This version brings back the ability to use resourcepack/custom sounds.

NoteBetter 1.0.0

30 Mar 15:49
Compare
Choose a tag to compare

This version updates to 1.9.

NoteBetter 1.0.0 Release Candidate 1

19 Feb 20:06
Compare
Choose a tag to compare
Pre-release

Fixed API.

NoteBetter 1.0.0 Release Candidate

16 Feb 21:21
Compare
Choose a tag to compare
Pre-release

We hit 1.0.0! Well, almost there!

This version adds BlockState filters, so you can have a lot more instruments now!

I did not test to see if it works, so it's marked as RC, for now.

See #3 for more information about the new format.

NoteBetter Beta 0.2.4

07 Jan 20:55
Compare
Choose a tag to compare
NoteBetter Beta 0.2.4 Pre-release
Pre-release

This version correctly emulates vanilla behaviour.

NoteBetter Beta 0.2.2

03 Jan 15:09
Compare
Choose a tag to compare
NoteBetter Beta 0.2.2 Pre-release
Pre-release

This release updates to Minecraft 1.8.9.

NoteBetter Alpha 0.2.1

05 Nov 02:16
Compare
Choose a tag to compare
Pre-release
  • Renamed material_of -> material.

  • Sounds can be an object instead of a string, and can take a "volume". Format:

    {
        "name": "minecraft:note.harp",
        "volume": 3.0
    }

    (Valid for "default", "blocks[#].sound", "materials[#].sound" - basically anything that previously took a sound string)

  • Major refactoring.

NoteBetter Alpha 0.2.0

23 Oct 22:41
Compare
Choose a tag to compare
Pre-release

Changelog:

  • Optimized slightly.
  • Added examples.

NoteBetter Alpha 0.1.1

23 Oct 00:53
Compare
Choose a tag to compare
Pre-release

This version fixes unprefixed sounds not triggering note block events.

NoteBetter Alpha 0.1.0

22 Oct 20:20
Compare
Choose a tag to compare
Pre-release

NoteBetter adds a JSON to configure note blocks. The format of the JSON is available on the wiki.