mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 19:02:59 +00:00
Fixed cobweb
This commit is contained in:
@ -25,10 +25,9 @@ the Free Software Foundation, either version 3 of the License, or
|
|||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
class CobwebBlock extends FlowableBlock{
|
class CobwebBlock extends TransparentBlock{
|
||||||
public function __construct(){
|
public function __construct(){
|
||||||
parent::__construct(COBWEB, 0, "Cobweb");
|
parent::__construct(COBWEB, 0, "Cobweb");
|
||||||
$this->isFlowable = true;
|
|
||||||
}
|
}
|
||||||
public function getDrops(Item $item, Player $player){
|
public function getDrops(Item $item, Player $player){
|
||||||
return array();
|
return array();
|
||||||
|
Reference in New Issue
Block a user