Problem with block check in radius

Started by Just-Guardian-… on

Topic category: Help with Minecraft modding (Java Edition)

Joined Jan 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Problem with block check in radius
Mon, 10/14/2024 - 13:37 (edited)

So i was doing Procedure That Checks block in 25x25x25 radius ( I used the procedure template and modify it) and after that make it explode but Instead of Exploding the Block it explodes me instead 

How doi fix it?

Screenshots:

https://imgur.com/Jd2DOGl

https://imgur.com/FvBt6LW

 

 

 

Edited by Just-Guardian-Jacob09 on Mon, 10/14/2024 - 13:37
Joined Dec 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You probably want to use…
Mon, 10/14/2024 - 17:02

You probably want to use this trigger,

Joined Jan 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
i did set the global trigger…
Mon, 10/14/2024 - 17:43

i did set the global trigger to that (still dont works as i intended) but i meant to say that as on first screenshot i specified couple blocks that if are in 24 block radius and if use the item the blocks will explode  but in second screenshot the explosion doesnt apply to blocks but to player, is it possible to set xyz to blocks not players cordinates?  

 

 

 

 

Joined Dec 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Yeah? You can set xyz in the…
Mon, 10/14/2024 - 18:59

Yeah? You can set xyz in the explode block to anything...

Joined Jan 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I might forgot to mention to…
Mon, 10/14/2024 - 19:34

I might forgot to mention to that its a procedure to item 

Joined Jan 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
maybe i should try put…
Mon, 10/14/2024 - 19:36

maybe i should try put procedure into blocks?

Joined Jan 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
okay i realised that i…
Mon, 10/14/2024 - 20:21

okay i realised that i understood that  24x24x24 block radius procedure in wrong way ( i thought that detected blocks will explode not everything in their radius)  (¬_¬")

But anyways Thank you for help