Skip to content

Commit

Permalink
this should be a clean hitbox for single board nbow
Browse files Browse the repository at this point in the history
  • Loading branch information
dashkt committed Nov 28, 2024
1 parent 37fb0d0 commit 73e9147
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ public NationalRailSingleBoard() {
@Override
public VoxelShape getOutlineShape2(BlockState state, BlockView world, BlockPos pos, ShapeContext context) {
return BlockHelper.shapeUnion(
IBlock.getVoxelShapeByDirection(6, 0, 0, 10, 9, 16, IBlock.getStatePropertySafe(state, FACING)),
IBlock.getVoxelShapeByDirection(7.5, 9, 12.5, 8.5, 16, 13.5, IBlock.getStatePropertySafe(state, FACING))
);
IBlock.getVoxelShapeByDirection(6, -16, -8, 10, 32, 24, IBlock.getStatePropertySafe(state, FACING)));
}

@Override
Expand Down

0 comments on commit 73e9147

Please sign in to comment.