mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 10:53:05 +00:00
build 8, allow setting selected hotbar slot, auto_jump setting
This commit is contained in:
@ -598,6 +598,13 @@ class Block extends Position implements Metadatable{
|
||||
return 10;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return int
|
||||
*/
|
||||
public function getResistance(){
|
||||
return 1;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return float
|
||||
*/
|
||||
|
Reference in New Issue
Block a user