9
0
mirror of https://github.com/HibiscusMC/HMCCosmetics.git synced 2025-12-30 04:19:28 +00:00

Improvements to balloons

This commit is contained in:
LoJoSho
2022-12-29 14:06:02 -06:00
parent ee2d46c1e1
commit d2bbdffbe5
2 changed files with 4 additions and 3 deletions

View File

@@ -108,6 +108,7 @@ public class BalloonEntity {
public void setLocation(Location location) {
//this.megEntity.teleportTo(location.getX(), location.getY(), location.getZ());
location = location.add(Settings.getBalloonOffset());
this.modelEntity.teleport(location);
}