mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 02:42:58 +00:00
Enchantment: Implement Silk Touch (#1912)
This commit is contained in:
@ -95,4 +95,8 @@ abstract class Crops extends Flowable{
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
public function isAffectedBySilkTouch() : bool{
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user