problem with the 6x6x6 block.

Started by mangamaniacs2064 on

Topic category: Help with Minecraft modding (Java Edition)

Joined Jul 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
problem with the 6x6x6 block.

hi, i made the template 6x6x6 block.

 

when i build 2 or 3 blocks.. the command send a message to all players..

its a test to see if its really working..

 

the problem is that i should see a message only if the 6x6x6 block are builted... instead of 2 or 3 blocks...

here is the code:

test

 

Joined Nov 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
put the repeat block chain…
Sun, 02/27/2022 - 07:14

put the repeat block chain into a while loop that loops only if found = false, if you want it to trigger only once no matter how many blocks it detects

Joined Jul 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
i tried your method and made…
Sun, 02/27/2022 - 17:21

i tried your method and made a trigger when block is placed...

 

1 block is placed then the message done appears...

i want that message to appear when 6 x 6 x6 block are placed...