Fixed hyperspace properties for Witchery vampires
This commit is contained in:
parent
c849df4d4e
commit
a7d783a6a4
1 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ public class HyperSpaceWorldProvider extends WorldProvider {
|
|||
|
||||
public HyperSpaceWorldProvider() {
|
||||
worldChunkMgr = new WorldChunkManagerHell(WarpDrive.spaceBiome, 0.0F);
|
||||
hasNoSky = false;
|
||||
hasNoSky = true;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
@ -171,7 +171,7 @@ public class HyperSpaceWorldProvider extends WorldProvider {
|
|||
|
||||
@Override
|
||||
public boolean isDaytime() {
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue