mirror of
https://github.com/Minecraft-Community-Edition/client.git
synced 2026-05-23 09:34:42 +00:00
reimplement aether stuff from personal repo
This commit is contained in:
@@ -2493,6 +2493,14 @@ void ClientConnection::handleRespawn(shared_ptr<RespawnPacket> packet)
|
||||
{
|
||||
param->stringId = IDS_PROGRESS_LEAVING_END;
|
||||
}
|
||||
else if( packet->dimension == 2)
|
||||
{
|
||||
param->stringId = IDS_PROGRESS_ENTERING_AETHER;
|
||||
}
|
||||
else if( oldDimension == 2)
|
||||
{
|
||||
param->stringId = IDS_PROGRESS_LEAVING_AETHER;
|
||||
}
|
||||
param->showTooltips = false;
|
||||
param->setFailTimer = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user