Merge branch 'release/3.3'

This commit is contained in:
Dylan K. Taylor
2018-09-20 16:50:11 +01:00
5 changed files with 26 additions and 11 deletions

View File

@ -103,4 +103,8 @@ class Farmland extends Transparent{
public function isAffectedBySilkTouch() : bool{
return false;
}
public function getPickedItem() : Item{
return ItemFactory::get(Item::DIRT);
}
}