PorkStudios / PorkLib

Fast, lightweight libraries for Java. Note: this is very much a work-in-progress, documentation is spotty and the API is changing constantly!
https://daporkchop.net
Other
31 stars 5 forks source link

Minecraft - Multiversion support #48

Closed DaMatrix closed 4 years ago

DaMatrix commented 4 years ago

Redo the :minecraft module to be able to support reading (and writing) worlds for multiple versions of the game. I intend to add support for at least the following versions:

This will require a full rework of everything, primarily in order to make nearly everything use registries rather than numeric IDs.

DaMatrix commented 4 years ago

I've decided that this project is going to be far too large and application-specific to make sense as part of PorkLib. This PR will be continued as a separate project over at https://github.com/PorkStudios/MCWorldLib, and all changes to other PorkLib modules will be cherry-picked into development.