Started by
Duccy
on
Topic category: Help with Minecraft modding (Java Edition)
I'm trying to make a creeper, then when it blows up, spawns four tiny, weaker versions of the creeper. Is there any way I could make it so when the creeper blows up it spawns the four baby creepers?
I Only Know How To Do This With Triggers So,
Make a procedure Of When Entity Dies:
Spawn At x y z living entity: *Entity*
Trigger "when entity dies" execute command / summon "what ever you want"
Use the repeat option or add the execute command for all the times you need to spawn a new mob
btw check your topics
Where is spawn entity?