mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-15 18:29:46 +00:00
Fixed vine block placement
This commit is contained in:
parent
a327a74ece
commit
f12a6eed29
@ -124,8 +124,6 @@ class Vine extends Transparent{
|
|||||||
public function place(Item $item, Block $block, Block $target, $face, $fx, $fy, $fz, Player $player = null){
|
public function place(Item $item, Block $block, Block $target, $face, $fx, $fy, $fz, Player $player = null){
|
||||||
if(!$target->isTransparent() and $target->isSolid()){
|
if(!$target->isTransparent() and $target->isSolid()){
|
||||||
$faces = [
|
$faces = [
|
||||||
0 => 0,
|
|
||||||
1 => 0,
|
|
||||||
2 => 1,
|
2 => 1,
|
||||||
3 => 4,
|
3 => 4,
|
||||||
4 => 8,
|
4 => 8,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user