mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-12 08:49:42 +00:00
TileFactory: fixed missing Beacon tile registration
I had this locally but forgot to commit it ...
This commit is contained in:
parent
cbc6ebebad
commit
df7bafe2bc
@ -49,6 +49,7 @@ final class TileFactory{
|
||||
|
||||
public function __construct(){
|
||||
$this->register(Banner::class, ["Banner", "minecraft:banner"]);
|
||||
$this->register(Beacon::class, ["Beacon", "minecraft:beacon"]);
|
||||
$this->register(Bed::class, ["Bed", "minecraft:bed"]);
|
||||
$this->register(BrewingStand::class, ["BrewingStand", "minecraft:brewing_stand"]);
|
||||
$this->register(Chest::class, ["Chest", "minecraft:chest"]);
|
||||
|
Loading…
x
Reference in New Issue
Block a user