mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 02:42:58 +00:00
Updated blocks bounding boxes
This commit is contained in:
@ -54,4 +54,9 @@ class BrownMushroom extends Flowable{
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
public function getBoundingBox(){
|
||||
return null;
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user