How to remove the detected blocks in 6x6x6 box?

Started by vinicius0910 on

Topic category: Help with MCreator software

Last seen on 00:23, 6. Jul 2024
Joined Feb 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to remove the detected blocks in 6x6x6 box?

anyone knows how i can remove the blocks in the 6x6x6 area? it only detects the block but removing it ain't working..

 

https://prnt.sc/8UjQXAYvVy7z

Last seen on 19:37, 5. Jul 2024
Joined May 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
if you are removing all of…
Thu, 07/04/2024 - 23:15

if you are removing all of them that are that specific block, then you need to move the swing main hand of entity inside the repeat. Notice that you have it set local:sx variable to -2 multiple times so everytime it runs it it makes it -2.

also with how you set it up the cords of the hole would be -2, -2, -2  if any of the blocks were the right one.

see: https://gist.github.com/TheodoreMeyer/7db3e59b64bde1b521ab54554c81e7b4 for example of how to make it.

Hoped I helped - PixelKid