add some blocks introduced in 1.9

This commit is contained in:
Dylan K. Taylor
2019-02-18 20:01:50 +00:00
parent a95ecb3ff9
commit 6f4cec6465
4 changed files with 9 additions and 1 deletions

View File

@ -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;