mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 10:53:05 +00:00
Bring back support for all-sided logs, properly this time
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user