Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Server crashed when spawning any entities #710

Closed
ItsZodiaX opened this issue Dec 16, 2022 · 1 comment
Closed

Server crashed when spawning any entities #710

ItsZodiaX opened this issue Dec 16, 2022 · 1 comment
Labels
bug Something isn't working
Milestone

Comments

@ItsZodiaX
Copy link
Contributor

This is caused by Entities EntityRegistry in world's config not being assigned.

@JustTalDevelops
Copy link
Member

It's set to the default registry if no types are supported by it. More likely I suppose is that you have a custom registry which doesn't properly support the entities that you're trying to spawn.

@Sandertv Sandertv added the bug Something isn't working label Dec 16, 2022
@Sandertv Sandertv added this to the v0.9.0 milestone Dec 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants