mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-19 23:37:45 +00:00
Merge branch 'release/3.3'
This commit is contained in:
@@ -23,12 +23,15 @@ declare(strict_types=1);
|
|||||||
|
|
||||||
namespace pocketmine\block;
|
namespace pocketmine\block;
|
||||||
|
|
||||||
|
use pocketmine\item\Item;
|
||||||
use pocketmine\item\TieredTool;
|
use pocketmine\item\TieredTool;
|
||||||
|
|
||||||
class BrewingStand extends Transparent{
|
class BrewingStand extends Transparent{
|
||||||
|
|
||||||
protected $id = self::BREWING_STAND_BLOCK;
|
protected $id = self::BREWING_STAND_BLOCK;
|
||||||
|
|
||||||
|
protected $itemId = Item::BREWING_STAND;
|
||||||
|
|
||||||
public function __construct(int $meta = 0){
|
public function __construct(int $meta = 0){
|
||||||
$this->setDamage($meta);
|
$this->setDamage($meta);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user