Description
In ServerLevelPlot.java save() function
the first parameter of writeLightData() and writeChunkAttachments() should be chunkTag —matching the ServerLevelPlot.load()—rather than tag.
chunkTag.put("heightmaps", heightMapsTag);
// These lines are buggy
SablePlotPlatform.INSTANCE.writeLightData(tag, level.registryAccess(), chunk);
SablePlotPlatform.INSTANCE.writeChunkAttachments(tag, level.registryAccess(), chunk);
chunks.put(String.valueOf(ChunkPos.asLong(local.x, local.z)), chunkTag);
Game Log
None
Description
In ServerLevelPlot.java save() function
the first parameter of writeLightData() and writeChunkAttachments() should be
chunkTag—matching theServerLevelPlot.load()—rather thantag.Game Log
None