#spawn entity with component group
1 messages · Page 1 of 1 (latest)
You'll have to use entity events to add the component groups.
and how can I call the entity event on my script?
Documentation for @minecraft/server
1 messages · Page 1 of 1 (latest)
is there any way I could spawn an entity with a specific component group? I have an entity with multiple variants (each one is a component group) and I wanted to spawn said entity with one of the specific variants but I'm not sure how
You'll have to use entity events to add the component groups.
and how can I call the entity event on my script?
Documentation for @minecraft/server