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

Split World and Dimension into their own classes #1611

Merged
merged 4 commits into from
Aug 10, 2023

Commits on Aug 2, 2023

  1. Split the concepts of Dimension and World into their own class.

    World handles per-world data, and loading Dimensions
    
    Dimension handles regions, chunks, loading chunks, and any per-dimension data.
    
    This commit fails to run without commenting out all of the CubicChunks classes
    NotStirred committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    b3e999d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d188f2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    41982a0 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2023

  1. Configuration menu
    Copy the full SHA
    464dfd2 View commit details
    Browse the repository at this point in the history