5.27.0, Bedrock 1.21.70 support (#6665)

Co-authored-by: Dylan K. Taylor <dktapps@pmmp.io>
This commit is contained in:
Dries C
2025-03-27 16:48:19 +01:00
committed by GitHub
parent c9e85603b0
commit 687112f4cd
16 changed files with 63 additions and 35 deletions

View File

@ -46,7 +46,8 @@ class EntityLandSound implements Sound{
TypeConverter::getInstance()->getBlockTranslator()->internalIdToNetworkId($this->blockLandedOn->getStateId()),
$this->entity::getNetworkTypeId(),
false, //TODO: does isBaby have any relevance here?
false
false,
$this->entity->getId()
)];
}
}