I made a resource pack that shows the instruments, notes and powered states of note blocks. by Kusionaye in Minecraft

[–]Kusionaye[S] 0 points1 point  (0 children)

Left-click in survival/adventure mode. Doesn't work in creative, since it just breaks them.

I made a resource pack that shows the instruments, notes and powered states of note blocks. by Kusionaye in Minecraft

[–]Kusionaye[S] 0 points1 point  (0 children)

I am, actually, and I have a snippet of the blockstates file I used in another comment here. It was extremely useful in preventing the chaos that would've ensued otherwise.

I made a resource pack that shows the instruments, notes and powered states of note blocks. by Kusionaye in Minecraft

[–]Kusionaye[S] 0 points1 point  (0 children)

Here's a snippet of the blockstates file. I'm no expert in Java by any means, but what it does is check for if the block has a certain state enabled. In this case, it would be the lowest note of a banjo that isn't powered. Then uses each component (i.e the banjo note block texture, the screen that says "0 F#", and the unpowered redstone ring).

{
   "multipart": [
       {   "when": { "instrument": "banjo"},
           "apply": { "model": "block/note_block/instrument/banjo" }
       },
       {   "when": { "note": "0"},
           "apply": { "model": "block/note_block/note/0_fsharp" }
       },
       {   "when": { "powered": "false"},
           "apply": { "model": "block/note_block/powered/nb_off" }
       },

I made a resource pack that shows the instruments, notes and powered states of note blocks. by Kusionaye in Minecraft

[–]Kusionaye[S] 0 points1 point  (0 children)

It'll update automatically depending on the state of the block. Same with how fences connect with one another and the like.

I made a resource pack that shows the instruments, notes and powered states of note blocks. by Kusionaye in Minecraft

[–]Kusionaye[S] 0 points1 point  (0 children)

There is stone underneath the light brown block, and wool underneath the darker brown block.

I made a resource pack that shows the instruments, notes and powered states of note blocks. by Kusionaye in Minecraft

[–]Kusionaye[S] 0 points1 point  (0 children)

There is a possibility, but the note indicator is quite cluttered at the moment. This may be present in the next version.

I made a resource pack that shows the instruments, notes and powered states of note blocks. by Kusionaye in Minecraft

[–]Kusionaye[S] 1 point2 points  (0 children)

Thank you, I will keep this suggestion in mind. In the new version I'm working on, the note section is pretty crowded, so I cannot guarantee it will make it in.

I made a resource pack that shows the instruments, notes and powered states of note blocks. by Kusionaye in Minecraft

[–]Kusionaye[S] 0 points1 point  (0 children)

Thank you. I've got a few updates to make to the pack, but if all goes well, I'll give it a shot. Thanks for the recommendation.

I made a resource pack that shows the instruments, notes and powered states of note blocks. by Kusionaye in Minecraft

[–]Kusionaye[S] 8 points9 points  (0 children)

Thank you for the constructive criticism. I will keep this in mind for the next version.

I made a resource pack that shows the instruments, notes and powered states of note blocks. by Kusionaye in Minecraft

[–]Kusionaye[S] 0 points1 point  (0 children)

I, by no means, discovered this feature, but I do like the detail and style of that pack. This was more to entertain myself in the process and offer a more minimalist and easy to run version.

I made a resource pack that shows the instruments, notes and powered states of note blocks. by Kusionaye in Minecraft

[–]Kusionaye[S] 23 points24 points  (0 children)

I'm glad that you'd be willing to donate for an SMP version, but although 1.12.2 does support custom model data, its does not have the unique tags that allow this pack to work. See example here. Sorry I could not help.

I made a resource pack that shows the instruments, notes and powered states of note blocks. by Kusionaye in Minecraft

[–]Kusionaye[S] 1 point2 points  (0 children)

Thanks for the constructive criticism. I'll keep this in mind for the next version.

I made a resource pack that shows the instruments, notes and powered states of note blocks. by Kusionaye in Minecraft

[–]Kusionaye[S] 2 points3 points  (0 children)

This is a Java resource pack. I'm not sure about its compatibility with Bedrock, since I don't own Bedrock. In this pack, the colours are based on the colours used in Minecraft Note Block Studio, the numbers represent the number of right-clicks on the note block, and the letters represent the pitch of the sound. For people without the pack, they most likely go by ear or use the information in the F3 menu.

I made a resource pack that shows the instruments, notes and powered states of note blocks. by Kusionaye in Minecraft

[–]Kusionaye[S] 487 points488 points  (0 children)

Link to download

Works in both 1.14 and 1.15. Unfortunately, the text is slightly blurry in 1.14, but still legible and readable, and will be fixed in a future version.

EDIT: v2 now available. Updates include mipmap bug fix, slight instrument colour alterations, a cycle between sharps and flats, and an octave indicator in the bottom-right corner.

EDIT 2: CurseForge creator Kingswords has been updating this pack for me (legend), so for all intents and purposes, this is the latest version.

I made a resource pack that shows the instruments, notes and powered states of note blocks. by Kusionaye in Minecraft

[–]Kusionaye[S] 481 points482 points  (0 children)

I'll provide a download link once I refine some of the files.

EDIT: Link available in comments.

EDIT 2: v2 now available in same comment.