Started by
Wtf_Err0R
on
Topic category: Help with Minecraft modding (Java Edition)
I checked (getblockat [x] [y] [z] = {my block}) and (getblockat [x]valueoflook... [y]valueoflook... [z]valueoflook... = {my block})
Topic category: Help with Minecraft modding (Java Edition)
I checked (getblockat [x] [y] [z] = {my block}) and (getblockat [x]valueoflook... [y]valueoflook... [z]valueoflook... = {my block})
Use, is entity looking at block with raycasting distance of __.
(is entity looking at block with raycasting distance of __.) is checking ANY block at ~ distance, I need it to check if the player is looking at the block I SPECIFIED like [is entity looking at Stone]
Is block raycasting = your block
if raycasting of player is the same block as your block, do what ever you want