fix and improve camera system

This commit is contained in:
Sen 2025-08-07 02:20:47 +02:00
parent 72dc4a1305
commit 46858621ee
Signed by: sen
GPG key ID: 3AC50A6F47D1B722

View file

@ -41,4 +41,8 @@ public class EntityCameraHolder extends EntityNPC {
protected void damageEntity(DamageSource damageSrc, int damageAmount) { protected void damageEntity(DamageSource damageSrc, int damageAmount) {
} }
public boolean canNaturallyFly() {
return true;
}
} }