BrownMushroomBlock: remove useless function

This commit is contained in:
Dylan K. Taylor
2021-07-19 17:58:24 +01:00
parent 71df15b4cc
commit dcbc0bc2a6

View File

@ -33,8 +33,4 @@ class BrownMushroomBlock extends RedMushroomBlock{
VanillaBlocks::BROWN_MUSHROOM()->asItem()->setCount(mt_rand(0, 2))
];
}
public function isAffectedBySilkTouch() : bool{
return true;
}
}