mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-21 16:24:05 +00:00
Fixed sword efficiency on anything that's not cobwebs
This commit is contained in:
parent
45ee115b67
commit
a94c669730
@ -252,7 +252,7 @@ class Block extends Position implements BlockIds, Metadatable{
|
||||
}
|
||||
|
||||
if($item->isSword()){
|
||||
$base *= 0.5;
|
||||
$base /= 1.5;
|
||||
}
|
||||
|
||||
return $base;
|
||||
|
Loading…
x
Reference in New Issue
Block a user