Skip to content

use primary level data and not derived level data #8

Description

@dercodeKoenig

in
private @NotNull ServerLevel createDynamicLevel(ResourceKey<Level> key, WorldData worldData, LevelStem stem, ServerLevel overworld)
you use
DerivedLevelData data = new DerivedLevelData(worldData, worldData.overworldData());

but this does not allow for independent daytime / weather. can you replace it with primary level data?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions