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

@ -81,4 +81,8 @@ class Skull extends Flowable{
return [];
}
public function isAffectedBySilkTouch() : bool{
return false;
}
}