diff --git a/src/material/block/attachable/Torch.php b/src/material/block/attachable/Torch.php index 1870ec6e5..5e94ff099 100644 --- a/src/material/block/attachable/Torch.php +++ b/src/material/block/attachable/Torch.php @@ -63,6 +63,9 @@ class TorchBlock extends FlowableBlock{ ); $level->setBlock($block, $this->id, $faces[$face]); return true; + }elseif($level->getBlockFace($block, 0)->isTransparent === false){ + $level->setBlock($block, $this->id, 5); + return true; } } return false;