How to interact/play noteblocks? #3422
Replies: 1 comment
-
Solved :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm currently coding a Mineflayer bot that can play music from MIDI files in Minecraft. However, I'm having trouble making the bot click the note block. When I use
bot.activateBlock(bot.blockAt(position));
, the bot clicks the block, but it doesn't make any sound. When I click it myself, it does.Beta Was this translation helpful? Give feedback.
All reactions