Started by
DragonUser101
on
Topic category: Troubleshooting, bugs, and solutions
I'm testing out the get block at ... procedure but It seems like it's kinda buggy. or I'm just doing something wrong
My Procedure is as follows:
"
If get block at x, 1, z = dirt (don't ask why)
send 8 energy to block x, y, z if it has tile entity
"
My problem is that even with dirt on top of it or that's what i think y = 1 is. It still produces energy. Am I doing something wrong here? And I'm trying to use imgur for the Procedures screenshot but It imgurs just no working for me rn. If you really need the picture then I'll try my besy to figure something out.
Thanks in advance!
if your checking the position of the player, then you need to check the position at x, (y+2), z.
like this :
If your checking the position of a block then you need to do the same procedure (without the global trigger) but with (y+1) and that should work.
@supermj767 the get block part isnt working for me. please look at my recent ticket i made and try and help me please :(