Posted July 27, 20241 yr I'm making a city construction mod now and had stumbled upon how to get which block the player's pointing with the cursor. Please help me.
September 2, 20241 yr player.pick(128, 1.0f, false) that will return a hit result, you can check if it’s type if Block, and then get its position.
September 3, 20241 yr 22 hours ago, Xoroshio said: player.pick(128, 1.0f, false) that will return a hit result, you can check if it’s type if Block, and then get its position. I'm pretty sure that will only work on the client; I don't know if that's important though.
September 5, 20241 yr On 9/3/2024 at 5:30 PM, Xoroshio said: I’ve used it before and I’m pretty sure it works on both sides. Ah, I didn't know that. That would've been nice to know a while back, I suppose. I remember that it would have been useful... though I can't remember why.
September 5, 20241 yr I know. I have that exact same feeling. I went through weeks of pain during the “How to get block entity is looking at” phase
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.