mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 02:08:21 +00:00
Added correct friction factor for ice & packed-ice
This commit is contained in:
@ -41,6 +41,10 @@ class PackedIce extends Solid{
|
||||
return 0.5;
|
||||
}
|
||||
|
||||
public function getFrictionFactor() : float{
|
||||
return 0.98;
|
||||
}
|
||||
|
||||
public function getToolType() : int{
|
||||
return Tool::TYPE_PICKAXE;
|
||||
}
|
||||
|
Reference in New Issue
Block a user