mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 10:53:05 +00:00
add some blocks introduced in 1.9
This commit is contained in:
@ -29,7 +29,8 @@ class Sandstone extends Solid{
|
||||
|
||||
public const NORMAL = 0;
|
||||
public const CHISELED = 1;
|
||||
public const SMOOTH = 2;
|
||||
public const CUT = 2;
|
||||
public const SMOOTH = 3;
|
||||
|
||||
public function getHardness() : float{
|
||||
return 0.8;
|
||||
|
Reference in New Issue
Block a user