Fix beacons un-rendering when unloading LODs
This commit is contained in:
+1
-1
@@ -180,7 +180,7 @@ public class ClientLevelWrapper implements IClientLevelWrapper
|
||||
public boolean hasSkyLight() { return this.level.dimensionType().hasSkyLight(); }
|
||||
|
||||
@Override
|
||||
public int getHeight() { return this.level.getHeight(); }
|
||||
public int getMaxHeight() { return this.level.getHeight(); }
|
||||
|
||||
@Override
|
||||
public int getMinHeight()
|
||||
|
||||
+1
-1
@@ -117,7 +117,7 @@ public class ServerLevelWrapper implements IServerLevelWrapper
|
||||
}
|
||||
|
||||
@Override
|
||||
public int getHeight()
|
||||
public int getMaxHeight()
|
||||
{
|
||||
return level.getHeight();
|
||||
}
|
||||
|
||||
+1
-1
Submodule coreSubProjects updated: c73c3f8490...3c173685ea
Reference in New Issue
Block a user