Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
Merge branch 'v3' of github.com:BillyGalbreath/Pl3xMap into v3
Browse files Browse the repository at this point in the history
  • Loading branch information
BillyGalbreath committed Oct 8, 2023
2 parents da2b141 + 54ddf97 commit 9cf1c27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/java/net/pl3x/map/core/world/Chunk.java
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ public long getInhabitedTime() {
}

public static @NotNull Chunk create(@NotNull World world, @NotNull Region region, @NotNull CompoundTag tag, int index) {
// https://minecraft.fandom.com/wiki/Data_version#List_of_data_versions
// https://minecraft.wiki/w/Data_version#List_of_data_versions
int version = tag.getInt("DataVersion");
Chunk chunk;
if (version < 1519) chunk = new EmptyChunk(world, region); // wtf, older than 1.13
Expand Down

0 comments on commit 9cf1c27

Please sign in to comment.