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

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
iam4722202468 committed Feb 9, 2024
1 parent 1edd828 commit 194ee41
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,11 @@ public boolean supportsParallelSaving() {
assertEquals(-4, chunk.getMinSection());
assertEquals(20, chunk.getMaxSection());

// TODO: skylight
// TODO: block light
for (int y = 0; y < 16; y++) {
for (int x = 0; x < 16; x++) {
for (int z = 0; z < 16; z++) {
Biome b = chunk.getBiome(x, y, z);
assertEquals(NamespaceID.from("minecraft:plains"), b.name());
assertEquals(NamespaceID.from("minecraft:plains"), b.namespace());
}
}
}
Expand Down

0 comments on commit 194ee41

Please sign in to comment.