How to spawn multiple objects with only one block?

If anyone knows, can you please tell me?

1 Like

You could use a repeating attached to an emitter block or spawn block. Spawn blocks need coordinates to locate where to spawn an object, so you need to use coordinates based on pixels.
Every block or grid is equal to 32 pixels.

2 Likes

@ManiacPumpkin is right. If you need anymore help, let us know!

2 Likes

if you want to spawn different objects the use multiple spawn blocks.

1 Like

you could also use a timer

If you want the objects to spawn at a different time, yes.