Update LivingEntity.java

This commit is contained in:
LetsGoAway 2024-07-14 09:30:53 +08:00 committed by GitHub
parent 8620529f4c
commit 9d51006e1d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -247,7 +247,7 @@ public class LivingEntity extends Entity {
return freezingPercentage;
}
public void setScale(float scale) {
protected void setScale(float scale) {
this.scale = scale;
applyScale();
}