reimplement aether stuff from personal repo

This commit is contained in:
Bonnie
2026-03-03 11:12:53 -06:00
parent 4d04f408d7
commit afb8090812
129 changed files with 4352 additions and 591 deletions

View File

@@ -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;