Add renderEventParam to generic rendering shader binding by IMS request

This commit is contained in:
James Seibel
2024-07-12 17:27:32 -05:00
parent fbbdab73c6
commit 9f3124fa56
2 changed files with 2 additions and 2 deletions
@@ -477,7 +477,7 @@ public final class BatchGenerationEnvironment extends AbstractBatchGenerationEnv
ChunkWrapper chunkWrapper = new ChunkWrapper(chunk, region, this.serverlevel.getLevelWrapper());
chunkWrapperList.set(x, z, chunkWrapper);
// try getting the chunk lighting
// try setting the wrapper's lighting
if (chunkBlockLightingByDhPos.containsKey(chunkWrapper.getChunkPos()))
{
chunkWrapper.setBlockLightStorage(chunkBlockLightingByDhPos.get(chunkWrapper.getChunkPos()));