-
Notifications
You must be signed in to change notification settings - Fork 22
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
NullPointerException when creating world with custom chunk provider #80
Comments
There's some funny signature stuff going on with WorldType, DimensionType and DimensionProvider.
3rd parameter of WorldServerMulti() is eventually the world type, but here it's looking up dimension type instead. Further, the getWorld() call dimension type is hardcoded to NORMAL, explaining some of the weird errors I get when debug logging is enabled:
|
The custom world provider is not properly implemented and not tested at all. Sorry. |
I'm getting a NullPointerException when trying to create a world with a custom chunk provider. Seems to be related to the WorldProvider (don't know why... I'm registering a custom DimensionType, nothing to do with WorldType):
The text was updated successfully, but these errors were encountered: