problem with the 6x6x6 block.

Started by mangamaniacs2064 on

Topic category: Help with modding (Java Edition)

Last seen on 14:53, 13. Mar 2022
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

 

Last seen on 08:35, 19. Nov 2023
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

Last seen on 08:35, 19. Nov 2023
Joined Nov 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
(No subject)
Sun, 02/27/2022 - 07:20

https://media.discordapp.net/attachments/875018408108904498/947392599868702800/unknown.png?width=430&height=609

Last seen on 14:53, 13. Mar 2022
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...