Fixed pocket lighting not updating properly
This commit is contained in:
parent
f5cc44e868
commit
abdfd49822
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ public abstract class WorldProviderPocket extends WorldProvider {
|
|||
public void init() {
|
||||
// TODO: save pocket registry nbt here? (see WorldProviderEnd)
|
||||
hasSkyLight = false; // TODO: this is only a temporary fix
|
||||
generateLightBrightnessTable();
|
||||
DimDoors.proxy.setCloudRenderer(this, new CloudRenderBlank());
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue