1
0
Fork 0

add option for immediate light updates

This commit is contained in:
Sen 2025-09-01 17:14:34 +02:00
parent 364ada6346
commit 3bc5181273
Signed by: sen
GPG key ID: 3AC50A6F47D1B722
5 changed files with 72 additions and 11 deletions

View file

@ -1173,6 +1173,10 @@ public abstract class World implements IWorldAccess {
return this.active;
}
public Set<ChunkPos> getActiveChunks() {
return this.active;
}
public float getTempOffset() {
return this.temp;
}