Skip to content

Commit 9f991dd

Browse files
committed
Merge branch 'minor-next' of github.com:pmmp/PocketMine-MP into unify-block-serializers
2 parents 172b313 + 2bb78f2 commit 9f991dd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/block/Furnace.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525

2626
use pocketmine\block\tile\Furnace as TileFurnace;
2727
use pocketmine\block\utils\FacesOppositePlacingPlayerTrait;
28+
use pocketmine\block\utils\HorizontalFacing;
2829
use pocketmine\block\utils\Lightable;
2930
use pocketmine\block\utils\LightableTrait;
3031
use pocketmine\crafting\FurnaceType;
@@ -34,7 +35,7 @@
3435
use pocketmine\player\Player;
3536
use function mt_rand;
3637

37-
class Furnace extends Opaque implements Lightable{
38+
class Furnace extends Opaque implements Lightable, HorizontalFacing{
3839
use FacesOppositePlacingPlayerTrait;
3940
use LightableTrait;
4041

0 commit comments

Comments
 (0)