Help me with multiple entities at once!

Started by Cromo on

Topic category: Help with MCreator software

Active 1 year ago
Joined Aug 2018
Points:
749

User statistics:

  • Modifications: 0
  • Forum topics: 13
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 12
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

Active 2 days ago
Joined May 2022
Points:
1255

User statistics:

  • Modifications: 14
  • Forum topics: 25
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1142
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.)