TileFactory: fixed missing Beacon tile registration

I had this locally but forgot to commit it ...
This commit is contained in:
Dylan K. Taylor 2020-10-07 15:16:27 +01:00
parent cbc6ebebad
commit df7bafe2bc

View File

@ -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"]);