Custom Note Block Sounds?

Started by Drake__archer on

Topic category: Help with Minecraft modding (Java Edition)

Active 3 months ago
Joined Sep 2021
Points:
973

User statistics:

  • Modifications: 0
  • Forum topics: 77
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 118
Custom Note Block Sounds?

I have a custom block in my mod, (Crystalite), and I want to make it so when a note block is placed on top of it, that note block will make windchime sounds.

 

How would i do this?

 

Any help would be greatly appreciated!

Active 6 months ago
Joined Oct 2023
Points:
309

User statistics:

  • Modifications: 1
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 274
Try making it so that when…
Tue, 11/28/2023 - 16:29

Try making it so that when your block is placed, if the block above it is the note block, you replace it with a custom note block, which works the same way, but makes the sound you want. When your block is broken, if the block above it is the custom note block, replace it with the normal one. This is slightly complicated, but is the only solution I can think of.