Skip to content

Commit

Permalink
Merge branch 'main' into navarchus-fix-no-stack-max
Browse files Browse the repository at this point in the history
  • Loading branch information
navarchus authored Aug 20, 2024
2 parents 4d837cc + 21a344b commit b408b67
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public ControlFlow acceptControlFlow(CastingImage imageIn, CircleCastEnv env, Di

@Override
public boolean canEnterFromDirection(Direction enterDir, BlockPos pos, BlockState bs, ServerLevel world) {
return enterDir != bs.getValue(FACING);
return enterDir != bs.getValue(FACING).getOpposite();
}

@Override
Expand Down

0 comments on commit b408b67

Please sign in to comment.