mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-07 04:17:07 +00:00
Fix wrong hardness value for Podzol (#3709)
This commit is contained in:
parent
f9bd7016aa
commit
8bba25f4f5
@ -40,6 +40,6 @@ class Podzol extends Solid{
|
|||||||
}
|
}
|
||||||
|
|
||||||
public function getHardness() : float{
|
public function getHardness() : float{
|
||||||
return 2.5;
|
return 0.5;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user