mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 18:32:55 +00:00
Implemented Barrels, closes #3672
This commit is contained in:
@ -48,6 +48,7 @@ final class TileFactory{
|
||||
private $saveNames = [];
|
||||
|
||||
public function __construct(){
|
||||
$this->register(Barrel::class, ["Barrel", "minecraft:barrel"]);
|
||||
$this->register(Banner::class, ["Banner", "minecraft:banner"]);
|
||||
$this->register(Beacon::class, ["Beacon", "minecraft:beacon"]);
|
||||
$this->register(Bed::class, ["Bed", "minecraft:bed"]);
|
||||
@ -67,7 +68,6 @@ final class TileFactory{
|
||||
$this->register(Sign::class, ["Sign", "minecraft:sign"]);
|
||||
$this->register(Skull::class, ["Skull", "minecraft:skull"]);
|
||||
|
||||
//TODO: Barrel
|
||||
//TODO: Beacon
|
||||
//TODO: Bell
|
||||
//TODO: BlastFurnace
|
||||
|
Reference in New Issue
Block a user