Skip to content

Commit

Permalink
chore: allow chunk subclasses to override heightmap generation
Browse files Browse the repository at this point in the history
  • Loading branch information
mworzala committed May 5, 2024
1 parent 9ddf41b commit 323c75f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ protected LightData createLightData() {
);
}

private CompoundBinaryTag getHeightmapNBT() {
protected CompoundBinaryTag getHeightmapNBT() {
if (needsCompleteHeightmapRefresh) calculateFullHeightmap();
return CompoundBinaryTag.builder()
.putLongArray(motionBlocking.NBTName(), motionBlocking.getNBT())
Expand Down

0 comments on commit 323c75f

Please sign in to comment.