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:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user