mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-09 21:24:53 +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{
|
abstract class Thin extends Transparent{
|
||||||
|
|
||||||
public function isSolid() : bool{
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
protected function recalculateBoundingBox() : ?AxisAlignedBB{
|
protected function recalculateBoundingBox() : ?AxisAlignedBB{
|
||||||
|
|
||||||
$minX = 0.4375;
|
$minX = 0.4375;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user