mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-10 05:34:54 +00:00
Fixed cobweb
This commit is contained in:
parent
b39677cc96
commit
60c0345c81
@ -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();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user