Started by
MamaLuigi
on
Topic category: Help with Minecraft modding (Java Edition)
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!
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.