mirror of
https://github.com/Minecraft-Community-Edition/client.git
synced 2026-05-23 17:44:34 +00:00
reimplement aether stuff from personal repo
This commit is contained in:
@@ -1665,6 +1665,10 @@ void Entity::handleInsidePortal()
|
||||
{
|
||||
}
|
||||
|
||||
void Entity::handleInsideAetherPortal()
|
||||
{
|
||||
}
|
||||
|
||||
void Entity::lerpMotion(double xd, double yd, double zd)
|
||||
{
|
||||
this->xd = xd;
|
||||
|
||||
Reference in New Issue
Block a user