Started by
Cromo
on
Topic category: Help with MCreator software
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:
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.)