This commit is contained in:
Dylan K. Taylor
2021-10-23 01:16:45 +01:00
parent c262c2e726
commit c773e43eda
54 changed files with 178 additions and 135 deletions

View File

@@ -44,8 +44,9 @@ class EntityShortFallSound implements Sound{
LevelSoundEventPacket::SOUND_FALL_SMALL,
$pos,
-1,
$this->entity::getNetworkTypeId()
//TODO: does isBaby have any relevance here?
$this->entity::getNetworkTypeId(),
false, //TODO: does isBaby have any relevance here?
false
)];
}
}