mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 08:44:01 +00:00
Blocks extending Thin ARE solid
This commit is contained in:
parent
21c79b0645
commit
4b5040dcc7
@ -28,10 +28,6 @@ use pocketmine\math\Vector3;
|
||||
|
||||
abstract class Thin extends Transparent{
|
||||
|
||||
public function isSolid() : bool{
|
||||
return false;
|
||||
}
|
||||
|
||||
protected function recalculateBoundingBox() : ?AxisAlignedBB{
|
||||
|
||||
$minX = 0.4375;
|
||||
|
Loading…
x
Reference in New Issue
Block a user