mirror of
https://github.com/Minecraft-Community-Edition/client.git
synced 2026-05-23 01:24:32 +00:00
reimplement aether stuff from personal repo
This commit is contained in:
@@ -691,7 +691,7 @@ void GameRenderer::setupCamera(float a, int eye)
|
||||
if(app.GetGameSettings(mc->player->GetXboxPad(),eGameSetting_ViewBob) && !mc->player->abilities.flying && !bNoLegAnim && !bNoBobbingAnim) bobView(a);
|
||||
|
||||
float pt = mc->player->oPortalTime + (mc->player->portalTime - mc->player->oPortalTime) * a;
|
||||
if (pt > 0)
|
||||
if (pt > 0 && !mc->player->inAetherPortalOverlay)
|
||||
{
|
||||
int multiplier = 20;
|
||||
if (mc->player->hasEffect(MobEffect::confusion))
|
||||
|
||||
Reference in New Issue
Block a user