How do you add multiple spawn events in a command in Minecraft bedrock edition
I've been messing around with spawn events in commands in Minecraft bedrock edition and I was wondering if there was a way to have multiple spawn events an example like this
/summon creeper ~ ~ ~ "minecraft:become_charged, minecraft:start_exploding_forced"
I cant seem to find a way how and I was wondering if there was a way how I could?
11 Answer
Unfortunately, you can only specify one spawn event.
From Commands/summon on the Minecraft Wiki (emphasis mine):
spawnEvent: string: basic_stringMust be either a single word (no spaces) or a quoted string.
Specifies the in-game event for the entity. Should be a spawn event (event name for entities in behavior pack).
This implies that mobs can only have one spawn event.