mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Update DisplayBaseEntity.java
This commit is contained in:
parent
c8e0cdde68
commit
c778c08f5e
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ public class DisplayBaseEntity extends Entity {
|
||||||
}
|
}
|
||||||
if (this.vehicle == null) {
|
if (this.vehicle == null) {
|
||||||
this.setRiderSeatPosition(this.baseTranslation);
|
this.setRiderSeatPosition(this.baseTranslation);
|
||||||
this.moveRelative(0, this.baseTranslation.getY(), 0, yaw, pitch, headYaw, false);
|
this.moveRelative(this.baseTranslation.getX(), this.baseTranslation.getY(), this.baseTranslation.getZ(), yaw, pitch, headYaw, false);
|
||||||
} else {
|
} else {
|
||||||
EntityUtils.updateMountOffset(this, this.vehicle, true, true, false);
|
EntityUtils.updateMountOffset(this, this.vehicle, true, true, false);
|
||||||
this.updateBedrockMetadata();
|
this.updateBedrockMetadata();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue