mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 10:53:05 +00:00
Allow static properties and state masks to vary based on variant
This commit is contained in:
@ -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 :(
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user