add option for immediate light updates
This commit is contained in:
parent
364ada6346
commit
3bc5181273
5 changed files with 72 additions and 11 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue