Get Block at ... is not working

Started by DragonUser101 on

Topic category: Troubleshooting, bugs, and solutions

Last seen on 16:17, 20. Feb 2021
Joined Nov 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Get Block at ... is not working

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!

 

Last seen on 20:00, 16. Apr 2024
Joined Dec 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
if your checking the…
Thu, 03/18/2021 - 15:23

if your checking the position of the player, then you need to check the position at x, (y+2), z.

like this :

pro

 

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.

 

Last seen on 01:30, 29. Nov 2023
Joined Apr 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
@supermj767 the get block…
Tue, 03/22/2022 - 02:04

@supermj767 the get block part isnt working for me. please look at my recent ticket i made and try and help me please :(