Bring back support for all-sided logs, properly this time

This commit is contained in:
Dylan K. Taylor
2018-11-25 19:52:45 +00:00
parent c809365c39
commit 328ee40d5d
3 changed files with 32 additions and 5 deletions

View File

@ -23,11 +23,7 @@ declare(strict_types=1);
namespace pocketmine\block;
use pocketmine\block\utils\PillarRotationTrait;
class Wood extends Solid{
use PillarRotationTrait;
public const OAK = 0;
public const SPRUCE = 1;
public const BIRCH = 2;