fix and improve camera system
This commit is contained in:
parent
72dc4a1305
commit
46858621ee
1 changed files with 4 additions and 0 deletions
|
@ -41,4 +41,8 @@ public class EntityCameraHolder extends EntityNPC {
|
|||
|
||||
protected void damageEntity(DamageSource damageSrc, int damageAmount) {
|
||||
}
|
||||
|
||||
public boolean canNaturallyFly() {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue