Enchantment: Implement Silk Touch (#1912)

This commit is contained in:
Dylan K. Taylor
2018-01-14 13:37:27 +00:00
committed by GitHub
parent 96f6362117
commit 8d7c65585c
18 changed files with 92 additions and 2 deletions

View File

@ -95,4 +95,8 @@ abstract class Crops extends Flowable{
return false;
}
public function isAffectedBySilkTouch() : bool{
return false;
}
}