Implemented Barrels, closes #3672

This commit is contained in:
Aericio
2020-11-16 17:26:07 +00:00
committed by Dylan K. Taylor
parent 1cf3a500f8
commit b2765f32e9
10 changed files with 315 additions and 3 deletions

View File

@ -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