i am an idiot
This commit is contained in:
parent
47787fc128
commit
85dcedc26a
@ -87,13 +87,13 @@ public class MovementPillar extends Movement {
|
|||||||
return vine.north();
|
return vine.north();
|
||||||
}
|
}
|
||||||
if (BlockStateInterface.get(vine.south()).isBlockNormalCube()) {
|
if (BlockStateInterface.get(vine.south()).isBlockNormalCube()) {
|
||||||
return vine.north();
|
return vine.south();
|
||||||
}
|
}
|
||||||
if (BlockStateInterface.get(vine.east()).isBlockNormalCube()) {
|
if (BlockStateInterface.get(vine.east()).isBlockNormalCube()) {
|
||||||
return vine.north();
|
return vine.east();
|
||||||
}
|
}
|
||||||
if (BlockStateInterface.get(vine.west()).isBlockNormalCube()) {
|
if (BlockStateInterface.get(vine.west()).isBlockNormalCube()) {
|
||||||
return vine.north();
|
return vine.west();
|
||||||
}
|
}
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user