fixed black sky in promised lands
This commit is contained in:
parent
e30df56595
commit
61d0ec6635
1 changed files with 2 additions and 2 deletions
|
@ -86,13 +86,13 @@ public class WorldProviderPromised extends WorldProvider
|
|||
return 64;
|
||||
}
|
||||
|
||||
public double getHorizon(World world)
|
||||
@Override
|
||||
public double getHorizon()
|
||||
{
|
||||
return 0.0D;
|
||||
}
|
||||
|
||||
@SideOnly(Side.CLIENT)
|
||||
|
||||
public boolean hasVoidParticles(boolean var1)
|
||||
{
|
||||
return false;
|
||||
|
|
Loading…
Reference in a new issue