mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-20 07:39:42 +00:00
Assign auto-generated runtime type IDs to all items
This commit is contained in:
@@ -38,7 +38,7 @@ final class CoralFan extends Item{
|
||||
}
|
||||
|
||||
public function getId() : int{
|
||||
return $this->dead ? $this->identifierFlattened->getAdditionalIds()[0] : $this->identifierFlattened->getId();
|
||||
return $this->dead ? $this->identifierFlattened->getAdditionalLegacyIds()[0] : $this->identifierFlattened->getLegacyId();
|
||||
}
|
||||
|
||||
public function getMeta() : int{
|
||||
|
Reference in New Issue
Block a user