mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-16 03:51:37 +00:00
Added netherite blocks and items
This commit is contained in:
@@ -200,6 +200,10 @@ class ItemEntity extends Entity{
|
||||
return $this->item;
|
||||
}
|
||||
|
||||
public function isFireProof() : bool{
|
||||
return $this->item->isFireProof();
|
||||
}
|
||||
|
||||
public function canCollideWith(Entity $entity) : bool{
|
||||
return false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user