Allow static properties and state masks to vary based on variant

This commit is contained in:
Dylan K. Taylor
2018-10-06 17:33:28 +01:00
parent 9338061390
commit a430f7f4f7
8 changed files with 64 additions and 102 deletions

View File

@ -42,8 +42,4 @@ class Purpur extends Solid{
public function getBlastResistance() : float{
return 30;
}
public function getStateBitmask() : int{
return 0b1100; //HACK: needs to be consistent for blocks with the same ID :(
}
}