Merge branch '3.6'

This commit is contained in:
Dylan K. Taylor 2019-02-17 16:12:21 -05:00
commit ab58d46a7f

View File

@ -109,4 +109,8 @@ class ItemFrame extends Flowable{
public function isAffectedBySilkTouch() : bool{
return false;
}
public function getHardness() : float{
return 0.25;
}
}