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