XiongTM Posted July 27 Posted July 27 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. Quote
Xoroshio Posted September 2 Posted September 2 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. Quote
scientistknight1 Posted September 3 Posted September 3 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. Quote
Xoroshio Posted September 3 Posted September 3 I’ve used it before and I’m pretty sure it works on both sides. Quote
scientistknight1 Posted September 5 Posted September 5 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. Quote
Xoroshio Posted September 5 Posted September 5 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 Quote
Recommended Posts
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.