Help me with multiple entities at once!

Started by Cromo on

Topic category: Help with MCreator software

Joined Aug 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Help me with multiple entities at once!

Hello everybody! I would like to know if there is a way to automate a certain process that I want to do.

Basically, the goal is to spawn a LOT of entities when a certain button is pressed, but is there any way to make that amount automatic? Or simply do it in a way that I don't need to put it manually and that I can reduce it here:

 

https://prnt.sc/eZfwQJTfw-Y7

Joined May 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Just use a repeat block. If…
Thu, 07/27/2023 - 06:07

Just use a repeat block. If you need to change the positions, but still need to spawn a lot of entities, you could add some variables that are changed each time the procedure is repeated. But if you just need to spawn a bunch of entities in one place, a repeat block should do just fine. (Look in the Flow Control tab.)