Posted April 13, 201411 yr So, I would like to have one of my blocks emit a redstone signal when it is looked at. This can be either when it is anywhere onscreen, or if the player places their cursor directly on the block, I don't mind. Can anyone give me advice on how to accomplish this? (I can do the redstone emission part..) Thanks in advance for any help!
April 13, 201411 yr There's an event called DrawBlockHighlightEvent (or very close) which allows access to MovingObjectPosition. All you would need to do is check if the block you mouse over is the block you want.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.