-
Notifications
You must be signed in to change notification settings - Fork 16
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
Rework of the World crate! #69
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
seems very interesting! But I do have some first thoughts...
I would have liked to implement biomes before i made this PR ready but i have sadly ran low on time and motivation 😅. This is a fully stable implementation to interact with the level. The code is also quite generic; this may lead to generic hell but the library provides powerful default types (at least in my opinion) so users should never have to interact with generic hell! |
@akashic-records-of-the-abyss could you also please switch over to the |
This is a significant pull request, so I apologize in advance.
I am currently working on a rewrite of the World crate in BedrockRS to enhance its features and modularity. While this PR is still a work in progress and there are several changes I plan to make, I would greatly appreciate input from the maintainers regarding the code.